Html Css Color HEX #AC20CF Dark Orchid

📋 copy color: '#AC20CF'

red 172 ◦ green 32 ◦ blue 207

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

Shades of Dark Orchid #AC20CF

Tints of Dark Orchid #AC20CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.79%

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 41.85%
G = 7.79%
B = 50.36%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC20CF (or 0xAC20CF) is known color: Dark Orchid. HEX triplet: AC, 20 and CF. RGB value is (172,32,207). Sum of RGB (Red+Green+Blue) = 172+32+207=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC20CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC20CF is #53DF30. Grayscale: #5D5D5D. Windows color (decimal): -5496625 or 13574316. OLE color: 13574316.

HSL color Cylindrical-coordinate representation of color #AC20CF: hue angle of 288º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC20CF is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 32 207 -
CMYK 0.17 0.85 0 0.19
HSL 288º 0.73% 0.47% -
HSV(B) 288º 0.85% 0.81% -
XYZ 28.79 14.31 60.28 -
YUV 93.81 191.88 183.77 -
System Red Green Blue C M Y K H S L
Decimal 172 32 207 0.17 0.85 0 0.19 288 0.73 0.47
Hex AC 20 CF 11 55 0 13 120 49 2F
Octal 254 40 317 21 125 0 23 440 111 57
Binary 10101100 100000 11001111 10001 1010101 0 10011 100100000 1001001 101111

Color Harmonies of #AC20CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC20CF

Black with #AC20CF

Text Example


Text Example

White with #AC20CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC20CF; }

 p { color: rgb(172,32,207); }

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

background-color css

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

 a { background-color: rgb(172,32,207); }

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

border-color css

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

 span { border-color: rgb(172,32,207); }

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