Html Css Color HEX #AB41F9 Blue Violet

📋 copy color: '#AB41F9'

red 171 ◦ green 65 ◦ blue 249

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

Shades of Blue Violet #AB41F9

Tints of Blue Violet #AB41F9

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.4%

 BLUE value IS 249 (97.66% from 255) = 51.34%

R = 35.26%
G = 13.4%
B = 51.34%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB41F9 (or 0xAB41F9) is known color: Blue Violet. HEX triplet: AB, 41 and F9. RGB value is (171,65,249). Sum of RGB (Red+Green+Blue) = 171+65+249=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB41F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB41F9 is #54BE06. Grayscale: #757575. Windows color (decimal): -5553671 or 16335275. OLE color: 16335275.

HSL color Cylindrical-coordinate representation of color #AB41F9: hue angle of 274.57º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB41F9 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 65 249 -
CMYK 0.31 0.74 0 0.02
HSL 274.57º 0.94% 0.62% -
HSV(B) 274.57º 0.74% 0.98% -
XYZ 35.78 19.28 91.46 -
YUV 117.67 202.12 166.04 -
System Red Green Blue C M Y K H S L
Decimal 171 65 249 0.31 0.74 0 0.02 274.57 0.94 0.62
Hex AB 41 F9 1F 4A 0 2 113 5E 3E
Octal 253 101 371 37 112 0 2 423 136 76
Binary 10101011 1000001 11111001 11111 1001010 0 10 100010011 1011110 111110

Color Harmonies of #AB41F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB41F9

Black with #AB41F9

Text Example


Text Example

White with #AB41F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB41F9; }

 p { color: rgb(171,65,249); }

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

background-color css

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

 a { background-color: rgb(171,65,249); }

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

border-color css

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

 span { border-color: rgb(171,65,249); }

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