Html Css Color HEX #AB2AFF Blue Violet

📋 copy color: '#AB2AFF'

red 171 ◦ green 42 ◦ blue 255

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

Shades of Blue Violet #AB2AFF

Tints of Blue Violet #AB2AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.49%

R = 36.54%
G = 8.97%
B = 54.49%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB2AFF (or 0xAB2AFF) is known color: Blue Violet. HEX triplet: AB, 2A and FF. RGB value is (171,42,255). Sum of RGB (Red+Green+Blue) = 171+42+255=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 42 (16.80% from 255 or 8.97% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB2AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2AFF is #54D500. Grayscale: #686868. Windows color (decimal): -5559553 or 16722603. OLE color: 16722603.

HSL color Cylindrical-coordinate representation of color #AB2AFF: hue angle of 276.34º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB2AFF is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 42 255 -
CMYK 0.33 0.84 0 0
HSL 276.34º 1% 0.58% -
HSV(B) 276.34º 0.84% 1% -
XYZ 35.67 17.53 96.11 -
YUV 104.85 212.74 175.18 -
System Red Green Blue C M Y K H S L
Decimal 171 42 255 0.33 0.84 0 0 276.34 1 0.58
Hex AB 2A FF 21 54 0 0 114 64 3A
Octal 253 52 377 41 124 0 0 424 144 72
Binary 10101011 101010 11111111 100001 1010100 0 0 100010100 1100100 111010

Color Harmonies of #AB2AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2AFF

Black with #AB2AFF

Text Example


Text Example

White with #AB2AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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