Html Css Color HEX #AB41F2 Blue Violet

📋 copy color: '#AB41F2'

red 171 ◦ green 65 ◦ blue 242

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

Shades of Blue Violet #AB41F2

Tints of Blue Violet #AB41F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.63%

R = 35.77%
G = 13.6%
B = 50.63%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB41F2 (or 0xAB41F2) is known color: Blue Violet. HEX triplet: AB, 41 and F2. RGB value is (171,65,242). Sum of RGB (Red+Green+Blue) = 171+65+242=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB41F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB41F2 is #54BE0D. Grayscale: #747474. Windows color (decimal): -5553678 or 15876523. OLE color: 15876523.

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

Color convert

RGB 171 65 242 -
CMYK 0.29 0.73 0 0.05
HSL 275.93º 0.87% 0.6% -
HSV(B) 275.93º 0.73% 0.95% -
XYZ 34.71 18.85 85.81 -
YUV 116.87 198.62 166.61 -
System Red Green Blue C M Y K H S L
Decimal 171 65 242 0.29 0.73 0 0.05 275.93 0.87 0.6
Hex AB 41 F2 1D 49 0 5 114 57 3C
Octal 253 101 362 35 111 0 5 424 127 74
Binary 10101011 1000001 11110010 11101 1001001 0 101 100010100 1010111 111100

Color Harmonies of #AB41F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB41F2

Black with #AB41F2

Text Example


Text Example

White with #AB41F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB41F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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