Html Css Color HEX #AC37CA Dark Orchid

📋 copy color: '#AC37CA'

red 172 ◦ green 55 ◦ blue 202

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

Shades of Dark Orchid #AC37CA

Tints of Dark Orchid #AC37CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.09%

R = 40.09%
G = 12.82%
B = 47.09%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC37CA (or 0xAC37CA) is known color: Dark Orchid. HEX triplet: AC, 37 and CA. RGB value is (172,55,202). Sum of RGB (Red+Green+Blue) = 172+55+202=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC37CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC37CA is #53C835. Grayscale: #6A6A6A. Windows color (decimal): -5490742 or 13252524. OLE color: 13252524.

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

Color convert

RGB 172 55 202 -
CMYK 0.15 0.73 0 0.21
HSL 287.76º 0.58% 0.5% -
HSV(B) 287.76º 0.73% 0.79% -
XYZ 29.04 15.77 57.39 -
YUV 106.74 181.76 174.55 -
System Red Green Blue C M Y K H S L
Decimal 172 55 202 0.15 0.73 0 0.21 287.76 0.58 0.5
Hex AC 37 CA F 49 0 15 120 3A 32
Octal 254 67 312 17 111 0 25 440 72 62
Binary 10101100 110111 11001010 1111 1001001 0 10101 100100000 111010 110010

Color Harmonies of #AC37CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC37CA

Black with #AC37CA

Text Example


Text Example

White with #AC37CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC37CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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