Html Css Color HEX #AC20BE Dark Orchid

📋 copy color: '#AC20BE'

red 172 ◦ green 32 ◦ blue 190

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

Shades of Dark Orchid #AC20BE

Tints of Dark Orchid #AC20BE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.12%

 BLUE value IS 190 (74.61% from 255) = 48.22%

R = 43.65%
G = 8.12%
B = 48.22%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC20BE (or 0xAC20BE) is known color: Dark Orchid. HEX triplet: AC, 20 and BE. RGB value is (172,32,190). Sum of RGB (Red+Green+Blue) = 172+32+190=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC20BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC20BE is #53DF41. Grayscale: #5B5B5B. Windows color (decimal): -5496642 or 12460204. OLE color: 12460204.

HSL color Cylindrical-coordinate representation of color #AC20BE: hue angle of 293.16º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC20BE is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 32 190 -
CMYK 0.09 0.83 0 0.25
HSL 293.16º 0.71% 0.44% -
HSV(B) 293.16º 0.83% 0.75% -
XYZ 26.82 13.52 49.91 -
YUV 91.87 183.38 185.15 -
System Red Green Blue C M Y K H S L
Decimal 172 32 190 0.09 0.83 0 0.25 293.16 0.71 0.44
Hex AC 20 BE 9 53 0 19 125 47 2C
Octal 254 40 276 11 123 0 31 445 107 54
Binary 10101100 100000 10111110 1001 1010011 0 11001 100100101 1000111 101100

Color Harmonies of #AC20BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC20BE

Black with #AC20BE

Text Example


Text Example

White with #AC20BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC20BE; }

 p { color: rgb(172,32,190); }

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

background-color css

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

 a { background-color: rgb(172,32,190); }

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

border-color css

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

 span { border-color: rgb(172,32,190); }

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