Html Css Color HEX #AC32D5 Dark Orchid

📋 copy color: '#AC32D5'

red 172 ◦ green 50 ◦ blue 213

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

Shades of Dark Orchid #AC32D5

Tints of Dark Orchid #AC32D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.97%

R = 39.54%
G = 11.49%
B = 48.97%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC32D5 (or 0xAC32D5) is known color: Dark Orchid. HEX triplet: AC, 32 and D5. RGB value is (172,50,213). Sum of RGB (Red+Green+Blue) = 172+50+213=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC32D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32D5 is #53CD2A. Grayscale: #686868. Windows color (decimal): -5492011 or 13972140. OLE color: 13972140.

HSL color Cylindrical-coordinate representation of color #AC32D5: hue angle of 284.91º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC32D5 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 50 213 -
CMYK 0.19 0.77 0 0.16
HSL 284.91º 0.66% 0.52% -
HSV(B) 284.91º 0.77% 0.84% -
XYZ 30.16 15.86 64.42 -
YUV 105.06 188.92 175.75 -
System Red Green Blue C M Y K H S L
Decimal 172 50 213 0.19 0.77 0 0.16 284.91 0.66 0.52
Hex AC 32 D5 13 4D 0 10 11D 42 34
Octal 254 62 325 23 115 0 20 435 102 64
Binary 10101100 110010 11010101 10011 1001101 0 10000 100011101 1000010 110100

Color Harmonies of #AC32D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC32D5

Black with #AC32D5

Text Example


Text Example

White with #AC32D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC32D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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