Html Css Color HEX #AC37CC Dark Orchid

📋 copy color: '#AC37CC'

red 172 ◦ green 55 ◦ blue 204

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

Shades of Dark Orchid #AC37CC

Tints of Dark Orchid #AC37CC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.76%

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 39.91%
G = 12.76%
B = 47.33%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC37CC (or 0xAC37CC) is known color: Dark Orchid. HEX triplet: AC, 37 and CC. RGB value is (172,55,204). Sum of RGB (Red+Green+Blue) = 172+55+204=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC37CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC37CC is #53C833. Grayscale: #6A6A6A. Windows color (decimal): -5490740 or 13383596. OLE color: 13383596.

HSL color Cylindrical-coordinate representation of color #AC37CC: hue angle of 287.11º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC37CC is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 55 204 -
CMYK 0.16 0.73 0 0.2
HSL 287.11º 0.59% 0.51% -
HSV(B) 287.11º 0.73% 0.8% -
XYZ 29.28 15.86 58.65 -
YUV 106.97 182.76 174.38 -
System Red Green Blue C M Y K H S L
Decimal 172 55 204 0.16 0.73 0 0.2 287.11 0.59 0.51
Hex AC 37 CC 10 49 0 14 11F 3B 33
Octal 254 67 314 20 111 0 24 437 73 63
Binary 10101100 110111 11001100 10000 1001001 0 10100 100011111 111011 110011

Color Harmonies of #AC37CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC37CC

Black with #AC37CC

Text Example


Text Example

White with #AC37CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC37CC; }

 p { color: rgb(172,55,204); }

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

background-color css

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

 a { background-color: rgb(172,55,204); }

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

border-color css

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

 span { border-color: rgb(172,55,204); }

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