Html Css Color HEX #AB20BE Dark Orchid

📋 copy color: '#AB20BE'

red 171 ◦ green 32 ◦ blue 190

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

Shades of Dark Orchid #AB20BE

Tints of Dark Orchid #AB20BE

RGB

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

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

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

R = 43.51%
G = 8.14%
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

#AB20BE (or 0xAB20BE) is known color: Dark Orchid. HEX triplet: AB, 20 and BE. RGB value is (171,32,190). Sum of RGB (Red+Green+Blue) = 171+32+190=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB20BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB20BE is #54DF41. Grayscale: #5B5B5B. Windows color (decimal): -5562178 or 12460203. OLE color: 12460203.

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

Color convert

RGB 171 32 190 -
CMYK 0.10 0.83 0 0.25
HSL 292.78º 0.71% 0.44% -
HSV(B) 292.78º 0.83% 0.75% -
XYZ 26.61 13.41 49.9 -
YUV 91.57 183.55 184.65 -
System Red Green Blue C M Y K H S L
Decimal 171 32 190 0.10 0.83 0 0.25 292.78 0.71 0.44
Hex AB 20 BE A 53 0 19 125 47 2C
Octal 253 40 276 12 123 0 31 445 107 54
Binary 10101011 100000 10111110 1010 1010011 0 11001 100100101 1000111 101100

Color Harmonies of #AB20BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB20BE

Black with #AB20BE

Text Example


Text Example

White with #AB20BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB20BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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