Html Css Color HEX #AC32B5 Dark Orchid

📋 copy color: '#AC32B5'

red 172 ◦ green 50 ◦ blue 181

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

Shades of Dark Orchid #AC32B5

Tints of Dark Orchid #AC32B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.91%

R = 42.68%
G = 12.41%
B = 44.91%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AC32B5 (or 0xAC32B5) is known color: Dark Orchid. HEX triplet: AC, 32 and B5. RGB value is (172,50,181). Sum of RGB (Red+Green+Blue) = 172+50+181=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC32B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32B5 is #53CD4A. Grayscale: #656565. Windows color (decimal): -5492043 or 11874988. OLE color: 11874988.

HSL color Cylindrical-coordinate representation of color #AC32B5: hue angle of 295.88º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC32B5 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 50 181 -
CMYK 0.05 0.72 0 0.29
HSL 295.88º 0.57% 0.45% -
HSV(B) 295.88º 0.72% 0.71% -
XYZ 26.49 14.39 45.1 -
YUV 101.41 172.92 178.35 -
System Red Green Blue C M Y K H S L
Decimal 172 50 181 0.05 0.72 0 0.29 295.88 0.57 0.45
Hex AC 32 B5 5 48 0 1D 128 39 2D
Octal 254 62 265 5 110 0 35 450 71 55
Binary 10101100 110010 10110101 101 1001000 0 11101 100101000 111001 101101

Color Harmonies of #AC32B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC32B5

Black with #AC32B5

Text Example


Text Example

White with #AC32B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC32B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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