Html Css Color HEX #AC33CB Dark Orchid

📋 copy color: '#AC33CB'

red 172 ◦ green 51 ◦ blue 203

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

Shades of Dark Orchid #AC33CB

Tints of Dark Orchid #AC33CB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.97%

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

R = 40.38%
G = 11.97%
B = 47.65%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC33CB (or 0xAC33CB) is known color: Dark Orchid. HEX triplet: AC, 33 and CB. RGB value is (172,51,203). Sum of RGB (Red+Green+Blue) = 172+51+203=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC33CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33CB is #53CC34. Grayscale: #686868. Windows color (decimal): -5491765 or 13317036. OLE color: 13317036.

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

Color convert

RGB 172 51 203 -
CMYK 0.15 0.75 0 0.20
HSL 287.76º 0.6% 0.5% -
HSV(B) 287.76º 0.75% 0.8% -
XYZ 28.98 15.45 57.95 -
YUV 104.51 183.59 176.14 -
System Red Green Blue C M Y K H S L
Decimal 172 51 203 0.15 0.75 0 0.20 287.76 0.6 0.5
Hex AC 33 CB F 4B 0 14 120 3C 32
Octal 254 63 313 17 113 0 24 440 74 62
Binary 10101100 110011 11001011 1111 1001011 0 10100 100100000 111100 110010

Color Harmonies of #AC33CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC33CB

Black with #AC33CB

Text Example


Text Example

White with #AC33CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC33CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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