Html Css Color HEX #AC32DC Dark Orchid

📋 copy color: '#AC32DC'

red 172 ◦ green 50 ◦ blue 220

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

Shades of Dark Orchid #AC32DC

Tints of Dark Orchid #AC32DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 38.91%
G = 11.31%
B = 49.77%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC32DC (or 0xAC32DC) is known color: Dark Orchid. HEX triplet: AC, 32 and DC. RGB value is (172,50,220). Sum of RGB (Red+Green+Blue) = 172+50+220=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC32DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32DC is #53CD23. Grayscale: #696969. Windows color (decimal): -5492004 or 14430892. OLE color: 14430892.

HSL color Cylindrical-coordinate representation of color #AC32DC: hue angle of 283.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC32DC is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 50 220 -
CMYK 0.22 0.77 0 0.14
HSL 283.06º 0.71% 0.53% -
HSV(B) 283.06º 0.77% 0.86% -
XYZ 31.07 16.22 69.2 -
YUV 105.86 192.42 175.18 -
System Red Green Blue C M Y K H S L
Decimal 172 50 220 0.22 0.77 0 0.14 283.06 0.71 0.53
Hex AC 32 DC 16 4D 0 E 11B 47 35
Octal 254 62 334 26 115 0 16 433 107 65
Binary 10101100 110010 11011100 10110 1001101 0 1110 100011011 1000111 110101

Color Harmonies of #AC32DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC32DC

Black with #AC32DC

Text Example


Text Example

White with #AC32DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC32DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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