Html Css Color HEX #AB2EF8 Blue Violet

📋 copy color: '#AB2EF8'

red 171 ◦ green 46 ◦ blue 248

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

Shades of Blue Violet #AB2EF8

Tints of Blue Violet #AB2EF8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.89%

 BLUE value IS 248 (97.27% from 255) = 53.33%

R = 36.77%
G = 9.89%
B = 53.33%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AB2EF8 (or 0xAB2EF8) is known color: Blue Violet. HEX triplet: AB, 2E and F8. RGB value is (171,46,248). Sum of RGB (Red+Green+Blue) = 171+46+248=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 248 (97.27% from 255 or 53.33% from 465); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB2EF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2EF8 is #54D107. Grayscale: #696969. Windows color (decimal): -5558536 or 16264875. OLE color: 16264875.

HSL color Cylindrical-coordinate representation of color #AB2EF8: hue angle of 277.13º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2EF8 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 46 248 -
CMYK 0.31 0.81 0 0.03
HSL 277.13º 0.94% 0.58% -
HSV(B) 277.13º 0.81% 0.97% -
XYZ 34.71 17.39 90.33 -
YUV 106.4 207.91 174.07 -
System Red Green Blue C M Y K H S L
Decimal 171 46 248 0.31 0.81 0 0.03 277.13 0.94 0.58
Hex AB 2E F8 1F 51 0 3 115 5E 3A
Octal 253 56 370 37 121 0 3 425 136 72
Binary 10101011 101110 11111000 11111 1010001 0 11 100010101 1011110 111010

Color Harmonies of #AB2EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2EF8

Black with #AB2EF8

Text Example


Text Example

White with #AB2EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2EF8; }

 p { color: rgb(171,46,248); }

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

background-color css

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

 a { background-color: rgb(171,46,248); }

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

border-color css

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

 span { border-color: rgb(171,46,248); }

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