Html Css Color HEX #AB41FA Blue Violet

📋 copy color: '#AB41FA'

red 171 ◦ green 65 ◦ blue 250

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

Shades of Blue Violet #AB41FA

Tints of Blue Violet #AB41FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.44%

R = 35.19%
G = 13.37%
B = 51.44%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB41FA (or 0xAB41FA) is known color: Blue Violet. HEX triplet: AB, 41 and FA. RGB value is (171,65,250). Sum of RGB (Red+Green+Blue) = 171+65+250=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 65 (25.78% from 255 or 13.37% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB41FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB41FA is #54BE05. Grayscale: #757575. Windows color (decimal): -5553670 or 16400811. OLE color: 16400811.

HSL color Cylindrical-coordinate representation of color #AB41FA: hue angle of 274.38º degrees, saturation: 0.95, 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 #AB41FA is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 65 250 -
CMYK 0.32 0.74 0 0.02
HSL 274.38º 0.95% 0.62% -
HSV(B) 274.38º 0.74% 0.98% -
XYZ 35.94 19.34 92.28 -
YUV 117.78 202.62 165.96 -
System Red Green Blue C M Y K H S L
Decimal 171 65 250 0.32 0.74 0 0.02 274.38 0.95 0.62
Hex AB 41 FA 20 4A 0 2 112 5F 3E
Octal 253 101 372 40 112 0 2 422 137 76
Binary 10101011 1000001 11111010 100000 1001010 0 10 100010010 1011111 111110

Color Harmonies of #AB41FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB41FA

Black with #AB41FA

Text Example


Text Example

White with #AB41FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB41FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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