Html Css Color HEX #AB31FA Blue Violet

📋 copy color: '#AB31FA'

red 171 ◦ green 49 ◦ blue 250

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

Shades of Blue Violet #AB31FA

Tints of Blue Violet #AB31FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.19%

R = 36.38%
G = 10.43%
B = 53.19%

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

#AB31FA (or 0xAB31FA) is known color: Blue Violet. HEX triplet: AB, 31 and FA. RGB value is (171,49,250). Sum of RGB (Red+Green+Blue) = 171+49+250=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB31FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB31FA is #54CE05. Grayscale: #6B6B6B. Windows color (decimal): -5557766 or 16396715. OLE color: 16396715.

HSL color Cylindrical-coordinate representation of color #AB31FA: hue angle of 276.42º degrees, saturation: 0.95, 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 #AB31FA is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 49 250 -
CMYK 0.32 0.80 0 0.02
HSL 276.42º 0.95% 0.59% -
HSV(B) 276.42º 0.8% 0.98% -
XYZ 35.15 17.76 92.02 -
YUV 108.39 207.92 172.66 -
System Red Green Blue C M Y K H S L
Decimal 171 49 250 0.32 0.80 0 0.02 276.42 0.95 0.59
Hex AB 31 FA 20 50 0 2 114 5F 3B
Octal 253 61 372 40 120 0 2 424 137 73
Binary 10101011 110001 11111010 100000 1010000 0 10 100010100 1011111 111011

Color Harmonies of #AB31FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB31FA

Black with #AB31FA

Text Example


Text Example

White with #AB31FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB31FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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