Html Css Color HEX #AC32CA Dark Orchid

📋 copy color: '#AC32CA'

red 172 ◦ green 50 ◦ blue 202

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

Shades of Dark Orchid #AC32CA

Tints of Dark Orchid #AC32CA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.79%

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

R = 40.57%
G = 11.79%
B = 47.64%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC32CA (or 0xAC32CA) is known color: Dark Orchid. HEX triplet: AC, 32 and CA. RGB value is (172,50,202). Sum of RGB (Red+Green+Blue) = 172+50+202=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC32CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32CA is #53CD35. Grayscale: #676767. Windows color (decimal): -5492022 or 13251244. OLE color: 13251244.

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

Color convert

RGB 172 50 202 -
CMYK 0.15 0.75 0 0.21
HSL 288.16º 0.6% 0.49% -
HSV(B) 288.16º 0.75% 0.79% -
XYZ 28.81 15.32 57.31 -
YUV 103.81 183.42 176.64 -
System Red Green Blue C M Y K H S L
Decimal 172 50 202 0.15 0.75 0 0.21 288.16 0.6 0.49
Hex AC 32 CA F 4B 0 15 120 3C 31
Octal 254 62 312 17 113 0 25 440 74 61
Binary 10101100 110010 11001010 1111 1001011 0 10101 100100000 111100 110001

Color Harmonies of #AC32CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC32CA

Black with #AC32CA

Text Example


Text Example

White with #AC32CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC32CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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