#A83DAE

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

Shades of Violet Blue #A83DAE

Tints of Violet Blue #A83DAE

Color information

#A83DAE (or 0xA83DAE) is unknown color: approx Violet Blue. HEX triplet: A8, 3D and AE. RGB value is (168,61,174). Sum of RGB (Red+Green+Blue) = 168+61+174=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #A83DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83DAE is #57C251. Grayscale: #696969. Windows color (decimal): -5751378 or 11419048. OLE color: 11419048.

HSL color Cylindrical-coordinate representation of color #A83DAE: hue angle of 296.81º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A83DAE is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16861174-
CMYK0.030.6500.32
HSL296.81º48.09%46.08%-
HSV(B)296.81º64.94%68.24%-
XYZ25.4614.7241.54-
YUV105.87166.45172.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.69%
GREEN value IS 61 (24.22% from 255) = 15.14%
BLUE value IS 174 (68.36% from 255) = 43.18%
R=41.69%
G=15.14%
B=43.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168611740.030.6500.32296.8148.0946.08
HexA83DAE341020129302e
Octal2507525631010404516056
Binary10101000111101101011101110000010100000100101001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83DAE; }

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

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

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

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

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

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

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

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