#A83DA2

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

Shades of Violet Blue #A83DA2

Tints of Violet Blue #A83DA2

Color information

#A83DA2 (or 0xA83DA2) is unknown color: approx Violet Blue. HEX triplet: A8, 3D and A2. RGB value is (168,61,162). Sum of RGB (Red+Green+Blue) = 168+61+162=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A83DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83DA2 is #57C25D. Grayscale: #686868. Windows color (decimal): -5751390 or 10632616. OLE color: 10632616.

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

Color convert

RGB16861162-
CMYK00.640.040.34
HSL303.36º46.72%44.9%-
HSV(B)303.36º63.69%65.88%-
XYZ24.3414.2735.65-
YUV104.51160.45173.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.97%
GREEN value IS 61 (24.22% from 255) = 15.60%
BLUE value IS 162 (63.67% from 255) = 41.43%
R=42.97%
G=15.60%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686116200.640.040.34303.3646.7244.9
HexA83DA204042212f2f2d
Octal2507524201004424575755
Binary101010001111011010001001000000100100010100101111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83DA2; }

 p { color: rgb(168,61,162); }

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

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

 a { background-color: rgb(168,61,162); }

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

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

 span { border-color: rgb(168,61,162); }

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