Html Css Color HEX #AC39B8 Dark Orchid

📋 copy color: '#AC39B8'

red 172 ◦ green 57 ◦ blue 184

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

Shades of Dark Orchid #AC39B8

Tints of Dark Orchid #AC39B8

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.8%

 BLUE value IS 184 (72.27% from 255) = 44.55%

R = 41.65%
G = 13.8%
B = 44.55%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AC39B8 (or 0xAC39B8) is known color: Dark Orchid. HEX triplet: AC, 39 and B8. RGB value is (172,57,184). Sum of RGB (Red+Green+Blue) = 172+57+184=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 184 (72.27% from 255 or 44.55% from 413); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC39B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC39B8 is #53C647. Grayscale: #696969. Windows color (decimal): -5490248 or 12073388. OLE color: 12073388.

HSL color Cylindrical-coordinate representation of color #AC39B8: hue angle of 294.33º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC39B8 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 57 184 -
CMYK 0.07 0.69 0 0.28
HSL 294.33º 0.53% 0.47% -
HSV(B) 294.33º 0.69% 0.72% -
XYZ 27.13 15.16 46.84 -
YUV 105.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 172 57 184 0.07 0.69 0 0.28 294.33 0.53 0.47
Hex AC 39 B8 7 45 0 1C 126 35 2F
Octal 254 71 270 7 105 0 34 446 65 57
Binary 10101100 111001 10111000 111 1000101 0 11100 100100110 110101 101111

Color Harmonies of #AC39B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC39B8

Black with #AC39B8

Text Example


Text Example

White with #AC39B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC39B8; }

 p { color: rgb(172,57,184); }

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

background-color css

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

 a { background-color: rgb(172,57,184); }

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

border-color css

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

 span { border-color: rgb(172,57,184); }

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