Html Css Color HEX #AB31EF Blue Violet

📋 copy color: '#AB31EF'

red 171 ◦ green 49 ◦ blue 239

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

Shades of Blue Violet #AB31EF

Tints of Blue Violet #AB31EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.07%

R = 37.25%
G = 10.68%
B = 52.07%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB31EF (or 0xAB31EF) is known color: Blue Violet. HEX triplet: AB, 31 and EF. RGB value is (171,49,239). Sum of RGB (Red+Green+Blue) = 171+49+239=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB31EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB31EF is #54CE10. Grayscale: #6A6A6A. Windows color (decimal): -5557777 or 15675819. OLE color: 15675819.

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

Color convert

RGB 171 49 239 -
CMYK 0.28 0.79 0 0.06
HSL 278.53º 0.86% 0.56% -
HSV(B) 278.53º 0.79% 0.94% -
XYZ 33.47 17.09 83.2 -
YUV 107.14 202.42 173.55 -
System Red Green Blue C M Y K H S L
Decimal 171 49 239 0.28 0.79 0 0.06 278.53 0.86 0.56
Hex AB 31 EF 1C 4F 0 6 117 56 38
Octal 253 61 357 34 117 0 6 427 126 70
Binary 10101011 110001 11101111 11100 1001111 0 110 100010111 1010110 111000

Color Harmonies of #AB31EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB31EF

Black with #AB31EF

Text Example


Text Example

White with #AB31EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB31EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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