#AB3AFB

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

Shades of Blue Violet #AB3AFB

Tints of Blue Violet #AB3AFB

Color information

#AB3AFB (or 0xAB3AFB) is unknown color: approx Blue Violet. HEX triplet: AB, 3A and FB. RGB value is (171,58,251). Sum of RGB (Red+Green+Blue) = 171+58+251=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 58 (23.05% from 255 or 12.08% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB3AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3AFB is #54C504. Grayscale: #717171. Windows color (decimal): -5555461 or 16464555. OLE color: 16464555.

HSL color Cylindrical-coordinate representation of color #AB3AFB: hue angle of 275.13º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB3AFB is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17158251-
CMYK0.320.7700.02
HSL275.13º96.02%60.59%-
HSV(B)275.13º76.89%98.43%-
XYZ35.7218.6592.98-
YUV113.79205.44168.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 58 (23.05% from 255) = 12.08%
BLUE value IS 251 (98.44% from 255) = 52.29%
R=35.62%
G=12.08%
B=52.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal171582510.320.7700.02275.1396.0260.59
HexAB3AFB204D02113603d
Octal25372373401150242314075
Binary101010111110101111101110000010011010101000100111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3AFB; }

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

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

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

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

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

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

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

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