Html Css Color HEX #AB31F2 Blue Violet

📋 copy color: '#AB31F2'

red 171 ◦ green 49 ◦ blue 242

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

Shades of Blue Violet #AB31F2

Tints of Blue Violet #AB31F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.38%

R = 37.01%
G = 10.61%
B = 52.38%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB31F2 (or 0xAB31F2) is known color: Blue Violet. HEX triplet: AB, 31 and F2. RGB value is (171,49,242). Sum of RGB (Red+Green+Blue) = 171+49+242=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 242 (94.92% from 255 or 52.38% from 462); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB31F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB31F2 is #54CE0D. Grayscale: #6A6A6A. Windows color (decimal): -5557774 or 15872427. OLE color: 15872427.

HSL color Cylindrical-coordinate representation of color #AB31F2: hue angle of 277.93º degrees, saturation: 0.88, 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 #AB31F2 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 49 242 -
CMYK 0.29 0.80 0 0.05
HSL 277.93º 0.88% 0.57% -
HSV(B) 277.93º 0.8% 0.95% -
XYZ 33.92 17.27 85.55 -
YUV 107.48 203.92 173.31 -
System Red Green Blue C M Y K H S L
Decimal 171 49 242 0.29 0.80 0 0.05 277.93 0.88 0.57
Hex AB 31 F2 1D 50 0 5 116 58 39
Octal 253 61 362 35 120 0 5 426 130 71
Binary 10101011 110001 11110010 11101 1010000 0 101 100010110 1011000 111001

Color Harmonies of #AB31F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB31F2

Black with #AB31F2

Text Example


Text Example

White with #AB31F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB31F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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