Html Css Color HEX #AB1FEE Blue Violet

📋 copy color: '#AB1FEE'

red 171 ◦ green 31 ◦ blue 238

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

Shades of Blue Violet #AB1FEE

Tints of Blue Violet #AB1FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.05%

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

R = 38.86%
G = 7.05%
B = 54.09%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB1FEE (or 0xAB1FEE) is known color: Blue Violet. HEX triplet: AB, 1F and EE. RGB value is (171,31,238). Sum of RGB (Red+Green+Blue) = 171+31+238=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB1FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1FEE is #54E011. Grayscale: #5F5F5F. Windows color (decimal): -5562386 or 15605675. OLE color: 15605675.

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

Color convert

RGB 171 31 238 -
CMYK 0.28 0.87 0 0.07
HSL 280.58º 0.86% 0.53% -
HSV(B) 280.58º 0.87% 0.93% -
XYZ 32.72 15.81 82.22 -
YUV 96.46 207.88 181.17 -
System Red Green Blue C M Y K H S L
Decimal 171 31 238 0.28 0.87 0 0.07 280.58 0.86 0.53
Hex AB 1F EE 1C 57 0 7 119 56 35
Octal 253 37 356 34 127 0 7 431 126 65
Binary 10101011 11111 11101110 11100 1010111 0 111 100011001 1010110 110101

Color Harmonies of #AB1FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1FEE

Black with #AB1FEE

Text Example


Text Example

White with #AB1FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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