#A83DAC

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

Shades of Violet Blue #A83DAC

Tints of Violet Blue #A83DAC

Color information

#A83DAC (or 0xA83DAC) is unknown color: approx Violet Blue. HEX triplet: A8, 3D and AC. RGB value is (168,61,172). Sum of RGB (Red+Green+Blue) = 168+61+172=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #A83DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83DAC is #57C253. Grayscale: #696969. Windows color (decimal): -5751380 or 11287976. OLE color: 11287976.

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

Color convert

RGB16861172-
CMYK0.020.6500.33
HSL297.84º47.64%45.69%-
HSV(B)297.84º64.53%67.45%-
XYZ25.2614.6440.52-
YUV105.65165.45172.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.90%
GREEN value IS 61 (24.22% from 255) = 15.21%
BLUE value IS 172 (67.58% from 255) = 42.89%
R=41.90%
G=15.21%
B=42.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168611720.020.6500.33297.8447.6445.69
HexA83DAC24102112a302e
Octal2507525421010414526056
Binary10101000111101101011001010000010100001100101010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83DAC; }

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

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

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

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

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

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

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

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