Html Css Color HEX #AC32BF Dark Orchid

📋 copy color: '#AC32BF'

red 172 ◦ green 50 ◦ blue 191

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

Shades of Dark Orchid #AC32BF

Tints of Dark Orchid #AC32BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 41.65%
G = 12.11%
B = 46.25%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC32BF (or 0xAC32BF) is known color: Dark Orchid. HEX triplet: AC, 32 and BF. RGB value is (172,50,191). Sum of RGB (Red+Green+Blue) = 172+50+191=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC32BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32BF is #53CD40. Grayscale: #666666. Windows color (decimal): -5492033 or 12530348. OLE color: 12530348.

HSL color Cylindrical-coordinate representation of color #AC32BF: hue angle of 291.91º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC32BF is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 50 191 -
CMYK 0.10 0.74 0 0.25
HSL 291.91º 0.59% 0.47% -
HSV(B) 291.91º 0.74% 0.75% -
XYZ 27.56 14.81 50.7 -
YUV 102.55 177.92 177.54 -
System Red Green Blue C M Y K H S L
Decimal 172 50 191 0.10 0.74 0 0.25 291.91 0.59 0.47
Hex AC 32 BF A 4A 0 19 124 3B 2F
Octal 254 62 277 12 112 0 31 444 73 57
Binary 10101100 110010 10111111 1010 1001010 0 11001 100100100 111011 101111

Color Harmonies of #AC32BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC32BF

Black with #AC32BF

Text Example


Text Example

White with #AC32BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC32BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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