Html Css Color HEX #AC54DB Medium Orchid

📋 copy color: '#AC54DB'

red 172 ◦ green 84 ◦ blue 219

#AC54DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #AC54DB

Tints of Medium Orchid #AC54DB

RGB

 RED value IS 172 (67.58% from 255) = 36.21%

 GREEN value IS 84 (33.2% from 255) = 17.68%

 BLUE value IS 219 (85.94% from 255) = 46.11%

R = 36.21%
G = 17.68%
B = 46.11%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AC54DB (or 0xAC54DB) is known color: Medium Orchid. HEX triplet: AC, 54 and DB. RGB value is (172,84,219). Sum of RGB (Red+Green+Blue) = 172+84+219=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC54DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54DB is #53AB24. Grayscale: #7D7D7D. Windows color (decimal): -5483301 or 14374060. OLE color: 14374060.

HSL color Cylindrical-coordinate representation of color #AC54DB: hue angle of 279.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC54DB is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 84 219 -
CMYK 0.21 0.62 0 0.14
HSL 279.11º 0.65% 0.59% -
HSV(B) 279.11º 0.62% 0.86% -
XYZ 32.97 20.23 69.18 -
YUV 125.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 172 84 219 0.21 0.62 0 0.14 279.11 0.65 0.59
Hex AC 54 DB 15 3E 0 E 117 41 3B
Octal 254 124 333 25 76 0 16 427 101 73
Binary 10101100 1010100 11011011 10101 111110 0 1110 100010111 1000001 111011

Color Harmonies of #AC54DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54DB

Black with #AC54DB

Text Example


Text Example

White with #AC54DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54DB; }

 p { color: rgb(172,84,219); }

 H1.HeaderClassName
 {
   color: #AC54DB;
 }
 .AnyTagClassName
 {
   color: #AC54DB;
 }
</style>

background-color css

<style>
 a { background-color: #AC54DB; }

 a { background-color: rgb(172,84,219); }

 div.DivClassName
 {
   background-color: #AC54DB;
 }
 .BgClassName
 {
   background-color: #AC54DB;
 }
</style>

border-color css

<style>
 span { border-color: #AC54DB; }

 span { border-color: rgb(172,84,219); }

 td.TdClassName
 {
   border-color: #AC54DB;
 }
 .TagClassName
 {
   border-color: #AC54DB;
 }
</style>