Html Css Color HEX #AB21EC Blue Violet

📋 copy color: '#AB21EC'

red 171 ◦ green 33 ◦ blue 236

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

Shades of Blue Violet #AB21EC

Tints of Blue Violet #AB21EC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.5%

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

R = 38.86%
G = 7.5%
B = 53.64%

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

#AB21EC (or 0xAB21EC) is known color: Blue Violet. HEX triplet: AB, 21 and EC. RGB value is (171,33,236). Sum of RGB (Red+Green+Blue) = 171+33+236=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB21EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB21EC is #54DE13. Grayscale: #606060. Windows color (decimal): -5561876 or 15475115. OLE color: 15475115.

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

Color convert

RGB 171 33 236 -
CMYK 0.28 0.86 0 0.07
HSL 280.79º 0.84% 0.53% -
HSV(B) 280.79º 0.86% 0.93% -
XYZ 32.48 15.8 80.7 -
YUV 97.4 206.22 180.49 -
System Red Green Blue C M Y K H S L
Decimal 171 33 236 0.28 0.86 0 0.07 280.79 0.84 0.53
Hex AB 21 EC 1C 56 0 7 119 54 35
Octal 253 41 354 34 126 0 7 431 124 65
Binary 10101011 100001 11101100 11100 1010110 0 111 100011001 1010100 110101

Color Harmonies of #AB21EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB21EC

Black with #AB21EC

Text Example


Text Example

White with #AB21EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB21EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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