Html Css Color HEX #AB31FE Blue Violet

📋 copy color: '#AB31FE'

red 171 ◦ green 49 ◦ blue 254

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

Shades of Blue Violet #AB31FE

Tints of Blue Violet #AB31FE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.34%

 BLUE value IS 254 (99.61% from 255) = 53.59%

R = 36.08%
G = 10.34%
B = 53.59%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB31FE (or 0xAB31FE) is known color: Blue Violet. HEX triplet: AB, 31 and FE. RGB value is (171,49,254). Sum of RGB (Red+Green+Blue) = 171+49+254=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB31FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB31FE is #54CE01. Grayscale: #6C6C6C. Windows color (decimal): -5557762 or 16658859. OLE color: 16658859.

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

Color convert

RGB 171 49 254 -
CMYK 0.33 0.81 0 0.00
HSL 275.71º 0.99% 0.59% -
HSV(B) 275.71º 0.81% 1% -
XYZ 35.78 18.01 95.36 -
YUV 108.85 209.92 172.33 -
System Red Green Blue C M Y K H S L
Decimal 171 49 254 0.33 0.81 0 0.00 275.71 0.99 0.59
Hex AB 31 FE 21 51 0 0 114 63 3B
Octal 253 61 376 41 121 0 0 424 143 73
Binary 10101011 110001 11111110 100001 1010001 0 0 100010100 1100011 111011

Color Harmonies of #AB31FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB31FE

Black with #AB31FE

Text Example


Text Example

White with #AB31FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB31FE; }

 p { color: rgb(171,49,254); }

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

background-color css

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

 a { background-color: rgb(171,49,254); }

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

border-color css

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

 span { border-color: rgb(171,49,254); }

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