Html Css Color HEX #AC33C8 Dark Orchid

📋 copy color: '#AC33C8'

red 172 ◦ green 51 ◦ blue 200

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

Shades of Dark Orchid #AC33C8

Tints of Dark Orchid #AC33C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.28%

R = 40.66%
G = 12.06%
B = 47.28%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC33C8 (or 0xAC33C8) is known color: Dark Orchid. HEX triplet: AC, 33 and C8. RGB value is (172,51,200). Sum of RGB (Red+Green+Blue) = 172+51+200=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC33C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33C8 is #53CC37. Grayscale: #676767. Windows color (decimal): -5491768 or 13120428. OLE color: 13120428.

HSL color Cylindrical-coordinate representation of color #AC33C8: hue angle of 288.72º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC33C8 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 51 200 -
CMYK 0.14 0.74 0 0.22
HSL 288.72º 0.59% 0.49% -
HSV(B) 288.72º 0.75% 0.78% -
XYZ 28.62 15.31 56.09 -
YUV 104.17 182.09 176.38 -
System Red Green Blue C M Y K H S L
Decimal 172 51 200 0.14 0.74 0 0.22 288.72 0.59 0.49
Hex AC 33 C8 E 4A 0 16 121 3B 31
Octal 254 63 310 16 112 0 26 441 73 61
Binary 10101100 110011 11001000 1110 1001010 0 10110 100100001 111011 110001

Color Harmonies of #AC33C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC33C8

Black with #AC33C8

Text Example


Text Example

White with #AC33C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC33C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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