Html Css Color HEX #AB20ED Blue Violet

📋 copy color: '#AB20ED'

red 171 ◦ green 32 ◦ blue 237

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

Shades of Blue Violet #AB20ED

Tints of Blue Violet #AB20ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.86%

R = 38.86%
G = 7.27%
B = 53.86%

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

#AB20ED (or 0xAB20ED) is known color: Blue Violet. HEX triplet: AB, 20 and ED. RGB value is (171,32,237). Sum of RGB (Red+Green+Blue) = 171+32+237=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB20ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB20ED is #54DF12. Grayscale: #606060. Windows color (decimal): -5562131 or 15540395. OLE color: 15540395.

HSL color Cylindrical-coordinate representation of color #AB20ED: hue angle of 280.68º degrees, saturation: 0.85, 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 #AB20ED is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 32 237 -
CMYK 0.28 0.86 0 0.07
HSL 280.68º 0.85% 0.53% -
HSV(B) 280.68º 0.86% 0.93% -
XYZ 32.6 15.81 81.45 -
YUV 96.93 207.05 180.83 -
System Red Green Blue C M Y K H S L
Decimal 171 32 237 0.28 0.86 0 0.07 280.68 0.85 0.53
Hex AB 20 ED 1C 56 0 7 119 55 35
Octal 253 40 355 34 126 0 7 431 125 65
Binary 10101011 100000 11101101 11100 1010110 0 111 100011001 1010101 110101

Color Harmonies of #AB20ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB20ED

Black with #AB20ED

Text Example


Text Example

White with #AB20ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB20ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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