Html Css Color HEX #AB31FB Blue Violet

📋 copy color: '#AB31FB'

red 171 ◦ green 49 ◦ blue 251

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

Shades of Blue Violet #AB31FB

Tints of Blue Violet #AB31FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.29%

R = 36.31%
G = 10.4%
B = 53.29%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB31FB (or 0xAB31FB) is known color: Blue Violet. HEX triplet: AB, 31 and FB. RGB value is (171,49,251). Sum of RGB (Red+Green+Blue) = 171+49+251=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB31FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB31FB is #54CE04. Grayscale: #6B6B6B. Windows color (decimal): -5557765 or 16462251. OLE color: 16462251.

HSL color Cylindrical-coordinate representation of color #AB31FB: hue angle of 276.24º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB31FB is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 49 251 -
CMYK 0.32 0.80 0 0.02
HSL 276.24º 0.96% 0.59% -
HSV(B) 276.24º 0.8% 0.98% -
XYZ 35.31 17.82 92.85 -
YUV 108.51 208.42 172.57 -
System Red Green Blue C M Y K H S L
Decimal 171 49 251 0.32 0.80 0 0.02 276.24 0.96 0.59
Hex AB 31 FB 20 50 0 2 114 60 3B
Octal 253 61 373 40 120 0 2 424 140 73
Binary 10101011 110001 11111011 100000 1010000 0 10 100010100 1100000 111011

Color Harmonies of #AB31FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB31FB

Black with #AB31FB

Text Example


Text Example

White with #AB31FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB31FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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