Html Css Color HEX #AB31ED Blue Violet

📋 copy color: '#AB31ED'

red 171 ◦ green 49 ◦ blue 237

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

Shades of Blue Violet #AB31ED

Tints of Blue Violet #AB31ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.86%

R = 37.42%
G = 10.72%
B = 51.86%

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

#AB31ED (or 0xAB31ED) is known color: Blue Violet. HEX triplet: AB, 31 and ED. RGB value is (171,49,237). Sum of RGB (Red+Green+Blue) = 171+49+237=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB31ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB31ED is #54CE12. Grayscale: #6A6A6A. Windows color (decimal): -5557779 or 15544747. OLE color: 15544747.

HSL color Cylindrical-coordinate representation of color #AB31ED: hue angle of 278.94º degrees, saturation: 0.84, 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 #AB31ED is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 49 237 -
CMYK 0.28 0.79 0 0.07
HSL 278.94º 0.84% 0.56% -
HSV(B) 278.94º 0.79% 0.93% -
XYZ 33.18 16.97 81.65 -
YUV 106.91 201.42 173.71 -
System Red Green Blue C M Y K H S L
Decimal 171 49 237 0.28 0.79 0 0.07 278.94 0.84 0.56
Hex AB 31 ED 1C 4F 0 7 117 54 38
Octal 253 61 355 34 117 0 7 427 124 70
Binary 10101011 110001 11101101 11100 1001111 0 111 100010111 1010100 111000

Color Harmonies of #AB31ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB31ED

Black with #AB31ED

Text Example


Text Example

White with #AB31ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB31ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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