#A83FA1

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

Shades of Violet Blue #A83FA1

Tints of Violet Blue #A83FA1

Color information

#A83FA1 (or 0xA83FA1) is unknown color: approx Violet Blue. HEX triplet: A8, 3F and A1. RGB value is (168,63,161). Sum of RGB (Red+Green+Blue) = 168+63+161=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A83FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83FA1 is #57C05E. Grayscale: #696969. Windows color (decimal): -5750879 or 10567592. OLE color: 10567592.

HSL color Cylindrical-coordinate representation of color #A83FA1: hue angle of 304º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A83FA1 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB16863161-
CMYK00.630.040.34
HSL304º45.45%45.29%-
HSV(B)304º62.5%65.88%-
XYZ24.3614.4535.22-
YUV105.57159.29172.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 63 (25% from 255) = 16.07%
BLUE value IS 161 (63.28% from 255) = 41.07%
R=42.86%
G=16.07%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686316100.630.040.3430445.4545.29
HexA83FA103F4221302d2d
Octal250772410774424605555
Binary10101000111111101000010111111100100010100110000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83FA1; }

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

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

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

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

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

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

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

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