#A83CAD

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

Shades of Violet Blue #A83CAD

Tints of Violet Blue #A83CAD

Color information

#A83CAD (or 0xA83CAD) is unknown color: approx Violet Blue. HEX triplet: A8, 3C and AD. RGB value is (168,60,173). Sum of RGB (Red+Green+Blue) = 168+60+173=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #A83CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83CAD is #57C352. Grayscale: #686868. Windows color (decimal): -5751635 or 11353256. OLE color: 11353256.

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

Color convert

RGB16860173-
CMYK0.030.6500.32
HSL297.35º48.5%45.69%-
HSV(B)297.35º65.32%67.84%-
XYZ25.3114.5741.01-
YUV105.17166.28172.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.90%
GREEN value IS 60 (23.83% from 255) = 14.96%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=41.90%
G=14.96%
B=43.14%

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
Decimal168601730.030.6500.32297.3548.545.69
HexA83CAD341020129302e
Octal2507425531010404516056
Binary10101000111100101011011110000010100000100101001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83CAD; }

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

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

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

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

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

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

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

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