Html Css Color HEX #AB2AED Blue Violet

📋 copy color: '#AB2AED'

red 171 ◦ green 42 ◦ blue 237

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

Shades of Blue Violet #AB2AED

Tints of Blue Violet #AB2AED

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.33%

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

R = 38%
G = 9.33%
B = 52.67%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB2AED (or 0xAB2AED) is known color: Blue Violet. HEX triplet: AB, 2A and ED. RGB value is (171,42,237). Sum of RGB (Red+Green+Blue) = 171+42+237=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 42 (16.80% from 255 or 9.33% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB2AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2AED is #54D512. Grayscale: #666666. Windows color (decimal): -5559571 or 15542955. OLE color: 15542955.

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

Color convert

RGB 171 42 237 -
CMYK 0.28 0.82 0 0.07
HSL 279.69º 0.84% 0.55% -
HSV(B) 279.69º 0.82% 0.93% -
XYZ 32.91 16.43 81.56 -
YUV 102.8 203.74 176.64 -
System Red Green Blue C M Y K H S L
Decimal 171 42 237 0.28 0.82 0 0.07 279.69 0.84 0.55
Hex AB 2A ED 1C 52 0 7 118 54 37
Octal 253 52 355 34 122 0 7 430 124 67
Binary 10101011 101010 11101101 11100 1010010 0 111 100011000 1010100 110111

Color Harmonies of #AB2AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2AED

Black with #AB2AED

Text Example


Text Example

White with #AB2AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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