#A83DA4

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

Shades of Violet Blue #A83DA4

Tints of Violet Blue #A83DA4

Color information

#A83DA4 (or 0xA83DA4) is unknown color: approx Violet Blue. HEX triplet: A8, 3D and A4. RGB value is (168,61,164). Sum of RGB (Red+Green+Blue) = 168+61+164=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A83DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83DA4 is #57C25B. Grayscale: #686868. Windows color (decimal): -5751388 or 10763688. OLE color: 10763688.

HSL color Cylindrical-coordinate representation of color #A83DA4: hue angle of 302.24º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A83DA4 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB16861164-
CMYK00.640.020.34
HSL302.24º46.72%44.9%-
HSV(B)302.24º63.69%65.88%-
XYZ24.5214.3436.6-
YUV104.73161.45173.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.75%
GREEN value IS 61 (24.22% from 255) = 15.52%
BLUE value IS 164 (64.45% from 255) = 41.73%
R=42.75%
G=15.52%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686116400.640.020.34302.2446.7244.9
HexA83DA404022212e2f2d
Octal2507524401002424565755
Binary10101000111101101001000100000010100010100101110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83DA4; }

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

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

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

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

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

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

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

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