#A83DAD

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

Shades of Violet Blue #A83DAD

Tints of Violet Blue #A83DAD

Color information

#A83DAD (or 0xA83DAD) is unknown color: approx Violet Blue. HEX triplet: A8, 3D and AD. RGB value is (168,61,173). Sum of RGB (Red+Green+Blue) = 168+61+173=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #A83DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83DAD is #57C252. Grayscale: #696969. Windows color (decimal): -5751379 or 11353512. OLE color: 11353512.

HSL color Cylindrical-coordinate representation of color #A83DAD: hue angle of 297.32º 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 #A83DAD is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16861173-
CMYK0.030.6500.32
HSL297.32º47.86%45.88%-
HSV(B)297.32º64.74%67.84%-
XYZ25.3614.6841.03-
YUV105.76165.95172.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.79%
GREEN value IS 61 (24.22% from 255) = 15.17%
BLUE value IS 173 (67.97% from 255) = 43.03%
R=41.79%
G=15.17%
B=43.03%

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
Decimal168611730.030.6500.32297.3247.8645.88
HexA83DAD341020129302e
Octal2507525531010404516056
Binary10101000111101101011011110000010100000100101001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83DAD; }

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

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

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

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

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

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

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

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