Html Css Color HEX #AC20BF Dark Orchid

📋 copy color: '#AC20BF'

red 172 ◦ green 32 ◦ blue 191

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

Shades of Dark Orchid #AC20BF

Tints of Dark Orchid #AC20BF

RGB

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

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

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

R = 43.54%
G = 8.1%
B = 48.35%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC20BF (or 0xAC20BF) is known color: Dark Orchid. HEX triplet: AC, 20 and BF. RGB value is (172,32,191). Sum of RGB (Red+Green+Blue) = 172+32+191=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC20BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC20BF is #53DF40. Grayscale: #5B5B5B. Windows color (decimal): -5496641 or 12525740. OLE color: 12525740.

HSL color Cylindrical-coordinate representation of color #AC20BF: hue angle of 292.83º 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 #AC20BF is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 32 191 -
CMYK 0.10 0.83 0 0.25
HSL 292.83º 0.71% 0.44% -
HSV(B) 292.83º 0.83% 0.75% -
XYZ 26.93 13.57 50.49 -
YUV 91.99 183.88 185.07 -
System Red Green Blue C M Y K H S L
Decimal 172 32 191 0.10 0.83 0 0.25 292.83 0.71 0.44
Hex AC 20 BF A 53 0 19 125 47 2C
Octal 254 40 277 12 123 0 31 445 107 54
Binary 10101100 100000 10111111 1010 1010011 0 11001 100100101 1000111 101100

Color Harmonies of #AC20BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC20BF

Black with #AC20BF

Text Example


Text Example

White with #AC20BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC20BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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