#AB3AFE

Color #AB3AFE Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #AB3AFE

Tints of Blue Violet #AB3AFE

Color information

#AB3AFE (or 0xAB3AFE) is unknown color: approx Blue Violet. HEX triplet: AB, 3A and FE. RGB value is (171,58,254). Sum of RGB (Red+Green+Blue) = 171+58+254=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB3AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3AFE is #54C501. Grayscale: #717171. Windows color (decimal): -5555458 or 16661163. OLE color: 16661163.

HSL color Cylindrical-coordinate representation of color #AB3AFE: hue angle of 274.59º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB3AFE is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17158254-
CMYK0.330.7700.00
HSL274.59º98.99%61.18%-
HSV(B)274.59º77.17%99.61%-
XYZ36.218.8495.49-
YUV114.13206.94168.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 58 (23.05% from 255) = 12.01%
BLUE value IS 254 (99.61% from 255) = 52.59%
R=35.40%
G=12.01%
B=52.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal171582540.330.7700.00274.5998.9961.18
HexAB3AFE214D00113633d
Octal25372376411150042314375
Binary10101011111010111111101000011001101001000100111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3AFE; }

 p { color: rgb(171,58,254); }

 H1.HeaderClassName
 {
   color: #AB3AFE;
 }
 .AnyTagClassName
 {
   color: #AB3AFE;
 }
</style>
background-color css

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

 a { background-color: rgb(171,58,254); }

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

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

 span { border-color: rgb(171,58,254); }

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