Html Css Color HEX #AC20CB Dark Orchid

📋 copy color: '#AC20CB'

red 172 ◦ green 32 ◦ blue 203

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

Shades of Dark Orchid #AC20CB

Tints of Dark Orchid #AC20CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 42.26%
G = 7.86%
B = 49.88%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC20CB (or 0xAC20CB) is known color: Dark Orchid. HEX triplet: AC, 20 and CB. RGB value is (172,32,203). Sum of RGB (Red+Green+Blue) = 172+32+203=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC20CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC20CB is #53DF34. Grayscale: #5C5C5C. Windows color (decimal): -5496629 or 13312172. OLE color: 13312172.

HSL color Cylindrical-coordinate representation of color #AC20CB: hue angle of 289.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC20CB is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 32 203 -
CMYK 0.15 0.84 0 0.20
HSL 289.12º 0.73% 0.46% -
HSV(B) 289.12º 0.84% 0.8% -
XYZ 28.31 14.12 57.73 -
YUV 93.35 189.88 184.1 -
System Red Green Blue C M Y K H S L
Decimal 172 32 203 0.15 0.84 0 0.20 289.12 0.73 0.46
Hex AC 20 CB F 54 0 14 121 49 2E
Octal 254 40 313 17 124 0 24 441 111 56
Binary 10101100 100000 11001011 1111 1010100 0 10100 100100001 1001001 101110

Color Harmonies of #AC20CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC20CB

Black with #AC20CB

Text Example


Text Example

White with #AC20CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC20CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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