Html Css Color HEX #AB20BF Dark Orchid

📋 copy color: '#AB20BF'

red 171 ◦ green 32 ◦ blue 191

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

Shades of Dark Orchid #AB20BF

Tints of Dark Orchid #AB20BF

RGB

 RED value IS 171 (67.19% from 255) = 43.4%

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

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

R = 43.4%
G = 8.12%
B = 48.48%

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

#AB20BF (or 0xAB20BF) is known color: Dark Orchid. HEX triplet: AB, 20 and BF. RGB value is (171,32,191). Sum of RGB (Red+Green+Blue) = 171+32+191=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB20BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB20BF is #54DF40. Grayscale: #5B5B5B. Windows color (decimal): -5562177 or 12525739. OLE color: 12525739.

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

Color convert

RGB 171 32 191 -
CMYK 0.10 0.83 0 0.25
HSL 292.45º 0.71% 0.44% -
HSV(B) 292.45º 0.83% 0.75% -
XYZ 26.72 13.45 50.48 -
YUV 91.69 184.05 184.57 -
System Red Green Blue C M Y K H S L
Decimal 171 32 191 0.10 0.83 0 0.25 292.45 0.71 0.44
Hex AB 20 BF A 53 0 19 124 47 2C
Octal 253 40 277 12 123 0 31 444 107 54
Binary 10101011 100000 10111111 1010 1010011 0 11001 100100100 1000111 101100

Color Harmonies of #AB20BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB20BF

Black with #AB20BF

Text Example


Text Example

White with #AB20BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB20BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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