#A83FAB

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

Shades of Violet Blue #A83FAB

Tints of Violet Blue #A83FAB

Color information

#A83FAB (or 0xA83FAB) is unknown color: approx Violet Blue. HEX triplet: A8, 3F and AB. RGB value is (168,63,171). Sum of RGB (Red+Green+Blue) = 168+63+171=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #A83FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83FAB is #57C054. Grayscale: #6A6A6A. Windows color (decimal): -5750869 or 11222952. OLE color: 11222952.

HSL color Cylindrical-coordinate representation of color #A83FAB: hue angle of 298.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A83FAB is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16863171-
CMYK0.020.6300.33
HSL298.33º46.15%45.88%-
HSV(B)298.33º63.16%67.06%-
XYZ25.2814.8240.06-
YUV106.71164.29171.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.79%
GREEN value IS 63 (25% from 255) = 15.67%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=41.79%
G=15.67%
B=42.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168631710.020.6300.33298.3346.1545.88
HexA83FAB23F02112a2e2e
Octal250772532770414525656
Binary1010100011111110101011101111110100001100101010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83FAB; }

 p { color: rgb(168,63,171); }

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

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

 a { background-color: rgb(168,63,171); }

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

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

 span { border-color: rgb(168,63,171); }

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