Html Css Color HEX #AC32B9 Dark Orchid

📋 copy color: '#AC32B9'

red 172 ◦ green 50 ◦ blue 185

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

Shades of Dark Orchid #AC32B9

Tints of Dark Orchid #AC32B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.45%

R = 42.26%
G = 12.29%
B = 45.45%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC32B9 (or 0xAC32B9) is known color: Dark Orchid. HEX triplet: AC, 32 and B9. RGB value is (172,50,185). Sum of RGB (Red+Green+Blue) = 172+50+185=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC32B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32B9 is #53CD46. Grayscale: #656565. Windows color (decimal): -5492039 or 12137132. OLE color: 12137132.

HSL color Cylindrical-coordinate representation of color #AC32B9: hue angle of 294.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC32B9 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 50 185 -
CMYK 0.07 0.73 0 0.27
HSL 294.22º 0.57% 0.46% -
HSV(B) 294.22º 0.73% 0.73% -
XYZ 26.91 14.55 47.29 -
YUV 101.87 174.92 178.02 -
System Red Green Blue C M Y K H S L
Decimal 172 50 185 0.07 0.73 0 0.27 294.22 0.57 0.46
Hex AC 32 B9 7 49 0 1B 126 39 2E
Octal 254 62 271 7 111 0 33 446 71 56
Binary 10101100 110010 10111001 111 1001001 0 11011 100100110 111001 101110

Color Harmonies of #AC32B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC32B9

Black with #AC32B9

Text Example


Text Example

White with #AC32B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC32B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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