Html Css Color HEX #AC21CB Dark Orchid

📋 copy color: '#AC21CB'

red 172 ◦ green 33 ◦ blue 203

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

Shades of Dark Orchid #AC21CB

Tints of Dark Orchid #AC21CB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.09%

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

R = 42.16%
G = 8.09%
B = 49.75%

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

#AC21CB (or 0xAC21CB) is known color: Dark Orchid. HEX triplet: AC, 21 and CB. RGB value is (172,33,203). Sum of RGB (Red+Green+Blue) = 172+33+203=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC21CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC21CB is #53DE34. Grayscale: #5D5D5D. Windows color (decimal): -5496373 or 13312428. OLE color: 13312428.

HSL color Cylindrical-coordinate representation of color #AC21CB: hue angle of 289.06º degrees, saturation: 0.72, 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 #AC21CB is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 33 203 -
CMYK 0.15 0.84 0 0.20
HSL 289.06º 0.72% 0.46% -
HSV(B) 289.06º 0.84% 0.8% -
XYZ 28.34 14.17 57.74 -
YUV 93.94 189.55 183.68 -
System Red Green Blue C M Y K H S L
Decimal 172 33 203 0.15 0.84 0 0.20 289.06 0.72 0.46
Hex AC 21 CB F 54 0 14 121 48 2E
Octal 254 41 313 17 124 0 24 441 110 56
Binary 10101100 100001 11001011 1111 1010100 0 10100 100100001 1001000 101110

Color Harmonies of #AC21CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC21CB

Black with #AC21CB

Text Example


Text Example

White with #AC21CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC21CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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