#A83DA7

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

Shades of Violet Blue #A83DA7

Tints of Violet Blue #A83DA7

Color information

#A83DA7 (or 0xA83DA7) is unknown color: approx Violet Blue. HEX triplet: A8, 3D and A7. RGB value is (168,61,167). Sum of RGB (Red+Green+Blue) = 168+61+167=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 167 (65.62% from 255 or 42.17% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A83DA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83DA7 is #57C258. Grayscale: #686868. Windows color (decimal): -5751385 or 10960296. OLE color: 10960296.

HSL color Cylindrical-coordinate representation of color #A83DA7: hue angle of 300.56º 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 #A83DA7 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB16861167-
CMYK00.640.010.34
HSL300.56º46.72%44.9%-
HSV(B)300.56º63.69%65.88%-
XYZ24.7914.4538.04-
YUV105.08162.95172.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.42%
GREEN value IS 61 (24.22% from 255) = 15.40%
BLUE value IS 167 (65.62% from 255) = 42.17%
R=42.42%
G=15.40%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686116700.640.010.34300.5646.7244.9
HexA83DA704012212d2f2d
Octal2507524701001424555755
Binary1010100011110110100111010000001100010100101101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83DA7; }

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

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

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

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

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

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

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

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