Html Css Color HEX #AB31EE Blue Violet

📋 copy color: '#AB31EE'

red 171 ◦ green 49 ◦ blue 238

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

Shades of Blue Violet #AB31EE

Tints of Blue Violet #AB31EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.97%

R = 37.34%
G = 10.7%
B = 51.97%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB31EE (or 0xAB31EE) is known color: Blue Violet. HEX triplet: AB, 31 and EE. RGB value is (171,49,238). Sum of RGB (Red+Green+Blue) = 171+49+238=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB31EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB31EE is #54CE11. Grayscale: #6A6A6A. Windows color (decimal): -5557778 or 15610283. OLE color: 15610283.

HSL color Cylindrical-coordinate representation of color #AB31EE: hue angle of 278.73º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB31EE is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 49 238 -
CMYK 0.28 0.79 0 0.07
HSL 278.73º 0.85% 0.56% -
HSV(B) 278.73º 0.79% 0.93% -
XYZ 33.33 17.03 82.42 -
YUV 107.02 201.92 173.63 -
System Red Green Blue C M Y K H S L
Decimal 171 49 238 0.28 0.79 0 0.07 278.73 0.85 0.56
Hex AB 31 EE 1C 4F 0 7 117 55 38
Octal 253 61 356 34 117 0 7 427 125 70
Binary 10101011 110001 11101110 11100 1001111 0 111 100010111 1010101 111000

Color Harmonies of #AB31EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB31EE

Black with #AB31EE

Text Example


Text Example

White with #AB31EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB31EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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