#A83CAA

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

Shades of Violet Blue #A83CAA

Tints of Violet Blue #A83CAA

Color information

#A83CAA (or 0xA83CAA) is unknown color: approx Violet Blue. HEX triplet: A8, 3C and AA. RGB value is (168,60,170). Sum of RGB (Red+Green+Blue) = 168+60+170=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #A83CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83CAA is #57C355. Grayscale: #686868. Windows color (decimal): -5751638 or 11156648. OLE color: 11156648.

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

Color convert

RGB16860170-
CMYK0.010.6500.33
HSL298.91º47.83%45.1%-
HSV(B)298.91º64.71%66.67%-
XYZ25.0214.4639.5-
YUV104.83164.78173.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.21%
GREEN value IS 60 (23.83% from 255) = 15.08%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=42.21%
G=15.08%
B=42.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168601700.010.6500.33298.9147.8345.1
HexA83CAA14102112b302d
Octal2507425211010414536055
Binary1010100011110010101010110000010100001100101011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83CAA; }

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

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

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

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

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

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

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

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