Html Css Color HEX #AB20EA Blue Violet

📋 copy color: '#AB20EA'

red 171 ◦ green 32 ◦ blue 234

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

Shades of Blue Violet #AB20EA

Tints of Blue Violet #AB20EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.55%

R = 39.13%
G = 7.32%
B = 53.55%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB20EA (or 0xAB20EA) is known color: Blue Violet. HEX triplet: AB, 20 and EA. RGB value is (171,32,234). Sum of RGB (Red+Green+Blue) = 171+32+234=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB20EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB20EA is #54DF15. Grayscale: #5F5F5F. Windows color (decimal): -5562134 or 15343787. OLE color: 15343787.

HSL color Cylindrical-coordinate representation of color #AB20EA: hue angle of 281.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB20EA is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 32 234 -
CMYK 0.27 0.86 0 0.08
HSL 281.29º 0.83% 0.52% -
HSV(B) 281.29º 0.86% 0.92% -
XYZ 32.16 15.63 79.16 -
YUV 96.59 205.55 181.07 -
System Red Green Blue C M Y K H S L
Decimal 171 32 234 0.27 0.86 0 0.08 281.29 0.83 0.52
Hex AB 20 EA 1B 56 0 8 119 53 34
Octal 253 40 352 33 126 0 10 431 123 64
Binary 10101011 100000 11101010 11011 1010110 0 1000 100011001 1010011 110100

Color Harmonies of #AB20EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB20EA

Black with #AB20EA

Text Example


Text Example

White with #AB20EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB20EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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