Html Css Color HEX #AB31F3 Blue Violet

📋 copy color: '#AB31F3'

red 171 ◦ green 49 ◦ blue 243

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

Shades of Blue Violet #AB31F3

Tints of Blue Violet #AB31F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 52.48%

R = 36.93%
G = 10.58%
B = 52.48%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB31F3 (or 0xAB31F3) is known color: Blue Violet. HEX triplet: AB, 31 and F3. RGB value is (171,49,243). Sum of RGB (Red+Green+Blue) = 171+49+243=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 243 (95.31% from 255 or 52.48% from 463); Max value from RGB is 243 - color contains mainly: blue. Hex color #AB31F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB31F3 is #54CE0C. Grayscale: #6A6A6A. Windows color (decimal): -5557773 or 15937963. OLE color: 15937963.

HSL color Cylindrical-coordinate representation of color #AB31F3: hue angle of 277.73º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB31F3 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 49 243 -
CMYK 0.30 0.80 0 0.05
HSL 277.73º 0.89% 0.57% -
HSV(B) 277.73º 0.8% 0.95% -
XYZ 34.07 17.33 86.34 -
YUV 107.59 204.42 173.23 -
System Red Green Blue C M Y K H S L
Decimal 171 49 243 0.30 0.80 0 0.05 277.73 0.89 0.57
Hex AB 31 F3 1E 50 0 5 116 59 39
Octal 253 61 363 36 120 0 5 426 131 71
Binary 10101011 110001 11110011 11110 1010000 0 101 100010110 1011001 111001

Color Harmonies of #AB31F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB31F3

Black with #AB31F3

Text Example


Text Example

White with #AB31F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB31F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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