Html Css Color HEX #AB3EF1 Blue Violet

📋 copy color: '#AB3EF1'

red 171 ◦ green 62 ◦ blue 241

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

Shades of Blue Violet #AB3EF1

Tints of Blue Violet #AB3EF1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.08%

 BLUE value IS 241 (94.53% from 255) = 50.84%

R = 36.08%
G = 13.08%
B = 50.84%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB3EF1 (or 0xAB3EF1) is known color: Blue Violet. HEX triplet: AB, 3E and F1. RGB value is (171,62,241). Sum of RGB (Red+Green+Blue) = 171+62+241=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 62 (24.61% from 255 or 13.08% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB3EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3EF1 is #54C10E. Grayscale: #727272. Windows color (decimal): -5554447 or 15810219. OLE color: 15810219.

HSL color Cylindrical-coordinate representation of color #AB3EF1: hue angle of 276.54º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB3EF1 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 62 241 -
CMYK 0.29 0.74 0 0.05
HSL 276.54º 0.86% 0.59% -
HSV(B) 276.54º 0.74% 0.95% -
XYZ 34.39 18.45 84.97 -
YUV 115 199.11 167.95 -
System Red Green Blue C M Y K H S L
Decimal 171 62 241 0.29 0.74 0 0.05 276.54 0.86 0.59
Hex AB 3E F1 1D 4A 0 5 115 56 3B
Octal 253 76 361 35 112 0 5 425 126 73
Binary 10101011 111110 11110001 11101 1001010 0 101 100010101 1010110 111011

Color Harmonies of #AB3EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3EF1

Black with #AB3EF1

Text Example


Text Example

White with #AB3EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3EF1; }

 p { color: rgb(171,62,241); }

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

background-color css

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

 a { background-color: rgb(171,62,241); }

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

border-color css

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

 span { border-color: rgb(171,62,241); }

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