#A83FAD

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

Shades of Violet Blue #A83FAD

Tints of Violet Blue #A83FAD

Color information

#A83FAD (or 0xA83FAD) is unknown color: approx Violet Blue. HEX triplet: A8, 3F and AD. RGB value is (168,63,173). Sum of RGB (Red+Green+Blue) = 168+63+173=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #A83FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83FAD is #57C052. Grayscale: #6A6A6A. Windows color (decimal): -5750867 or 11354024. OLE color: 11354024.

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

Color convert

RGB16863173-
CMYK0.030.6400.32
HSL297.27º46.61%46.27%-
HSV(B)297.27º63.58%67.84%-
XYZ25.4714.941.07-
YUV106.94165.29171.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.58%
GREEN value IS 63 (25% from 255) = 15.59%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=41.58%
G=15.59%
B=42.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168631730.030.6400.32297.2746.6146.27
HexA83FAD3400201292f2e
Octal2507725531000404515756
Binary10101000111111101011011110000000100000100101001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83FAD; }

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

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

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

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

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

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

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

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