Html Css Color HEX #AB1FED Blue Violet

📋 copy color: '#AB1FED'

red 171 ◦ green 31 ◦ blue 237

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

Shades of Blue Violet #AB1FED

Tints of Blue Violet #AB1FED

RGB

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

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

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

R = 38.95%
G = 7.06%
B = 53.99%

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

#AB1FED (or 0xAB1FED) is known color: Blue Violet. HEX triplet: AB, 1F and ED. RGB value is (171,31,237). Sum of RGB (Red+Green+Blue) = 171+31+237=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 31 (12.5% from 255 or 7.06% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB1FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1FED is #54E012. Grayscale: #5F5F5F. Windows color (decimal): -5562387 or 15540139. OLE color: 15540139.

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

Color convert

RGB 171 31 237 -
CMYK 0.28 0.87 0 0.07
HSL 280.78º 0.85% 0.53% -
HSV(B) 280.78º 0.87% 0.93% -
XYZ 32.57 15.75 81.44 -
YUV 96.34 207.38 181.25 -
System Red Green Blue C M Y K H S L
Decimal 171 31 237 0.28 0.87 0 0.07 280.78 0.85 0.53
Hex AB 1F ED 1C 57 0 7 119 55 35
Octal 253 37 355 34 127 0 7 431 125 65
Binary 10101011 11111 11101101 11100 1010111 0 111 100011001 1010101 110101

Color Harmonies of #AB1FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1FED

Black with #AB1FED

Text Example


Text Example

White with #AB1FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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