Html Css Color HEX #AC32BA Dark Orchid

📋 copy color: '#AC32BA'

red 172 ◦ green 50 ◦ blue 186

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

Shades of Dark Orchid #AC32BA

Tints of Dark Orchid #AC32BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 42.16%
G = 12.25%
B = 45.59%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC32BA (or 0xAC32BA) is known color: Dark Orchid. HEX triplet: AC, 32 and BA. RGB value is (172,50,186). Sum of RGB (Red+Green+Blue) = 172+50+186=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC32BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32BA is #53CD45. Grayscale: #656565. Windows color (decimal): -5492038 or 12202668. OLE color: 12202668.

HSL color Cylindrical-coordinate representation of color #AC32BA: hue angle of 293.82º degrees, saturation: 0.58, 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 #AC32BA is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 50 186 -
CMYK 0.08 0.73 0 0.27
HSL 293.82º 0.58% 0.46% -
HSV(B) 293.82º 0.73% 0.73% -
XYZ 27.02 14.6 47.85 -
YUV 101.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 172 50 186 0.08 0.73 0 0.27 293.82 0.58 0.46
Hex AC 32 BA 8 49 0 1B 126 3A 2E
Octal 254 62 272 10 111 0 33 446 72 56
Binary 10101100 110010 10111010 1000 1001001 0 11011 100100110 111010 101110

Color Harmonies of #AC32BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC32BA

Black with #AC32BA

Text Example


Text Example

White with #AC32BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC32BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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