Html Css Color HEX #AC32BC Dark Orchid

📋 copy color: '#AC32BC'

red 172 ◦ green 50 ◦ blue 188

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

Shades of Dark Orchid #AC32BC

Tints of Dark Orchid #AC32BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 41.95%
G = 12.2%
B = 45.85%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC32BC (or 0xAC32BC) is known color: Dark Orchid. HEX triplet: AC, 32 and BC. RGB value is (172,50,188). Sum of RGB (Red+Green+Blue) = 172+50+188=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC32BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32BC is #53CD43. Grayscale: #656565. Windows color (decimal): -5492036 or 12333740. OLE color: 12333740.

HSL color Cylindrical-coordinate representation of color #AC32BC: hue angle of 293.04º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC32BC is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 50 188 -
CMYK 0.09 0.73 0 0.26
HSL 293.04º 0.58% 0.47% -
HSV(B) 293.04º 0.73% 0.74% -
XYZ 27.23 14.68 48.98 -
YUV 102.21 176.42 177.78 -
System Red Green Blue C M Y K H S L
Decimal 172 50 188 0.09 0.73 0 0.26 293.04 0.58 0.47
Hex AC 32 BC 9 49 0 1A 125 3A 2F
Octal 254 62 274 11 111 0 32 445 72 57
Binary 10101100 110010 10111100 1001 1001001 0 11010 100100101 111010 101111

Color Harmonies of #AC32BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC32BC

Black with #AC32BC

Text Example


Text Example

White with #AC32BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC32BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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