Html Css Color HEX #AB20EC Blue Violet

📋 copy color: '#AB20EC'

red 171 ◦ green 32 ◦ blue 236

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

Shades of Blue Violet #AB20EC

Tints of Blue Violet #AB20EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.76%

R = 38.95%
G = 7.29%
B = 53.76%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB20EC (or 0xAB20EC) is known color: Blue Violet. HEX triplet: AB, 20 and EC. RGB value is (171,32,236). Sum of RGB (Red+Green+Blue) = 171+32+236=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB20EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB20EC is #54DF13. Grayscale: #606060. Windows color (decimal): -5562132 or 15474859. OLE color: 15474859.

HSL color Cylindrical-coordinate representation of color #AB20EC: hue angle of 280.88º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB20EC is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 32 236 -
CMYK 0.28 0.86 0 0.07
HSL 280.88º 0.84% 0.53% -
HSV(B) 280.88º 0.86% 0.93% -
XYZ 32.45 15.75 80.69 -
YUV 96.82 206.55 180.91 -
System Red Green Blue C M Y K H S L
Decimal 171 32 236 0.28 0.86 0 0.07 280.88 0.84 0.53
Hex AB 20 EC 1C 56 0 7 119 54 35
Octal 253 40 354 34 126 0 7 431 124 65
Binary 10101011 100000 11101100 11100 1010110 0 111 100011001 1010100 110101

Color Harmonies of #AB20EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB20EC

Black with #AB20EC

Text Example


Text Example

White with #AB20EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB20EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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