#A837A0

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

Shades of Violet Blue #A837A0

Tints of Violet Blue #A837A0

Color information

#A837A0 (or 0xA837A0) is unknown color: approx Violet Blue. HEX triplet: A8, 37 and A0. RGB value is (168,55,160). Sum of RGB (Red+Green+Blue) = 168+55+160=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A837A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A837A0 is #57C85F. Grayscale: #646464. Windows color (decimal): -5752928 or 10500008. OLE color: 10500008.

HSL color Cylindrical-coordinate representation of color #A837A0: hue angle of 304.25º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A837A0 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB16855160-
CMYK00.670.050.34
HSL304.25º50.67%43.73%-
HSV(B)304.25º67.26%65.88%-
XYZ23.8613.634.62-
YUV100.76161.44175.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.86%
GREEN value IS 55 (21.88% from 255) = 14.36%
BLUE value IS 160 (62.89% from 255) = 41.78%
R=43.86%
G=14.36%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685516000.670.050.34304.2550.6743.73
HexA837A0043522130332c
Octal2506724001035424606354
Binary101010001101111010000001000011101100010100110000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A837A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A837A0; }

 p { color: rgb(168,55,160); }

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

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

 a { background-color: rgb(168,55,160); }

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

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

 span { border-color: rgb(168,55,160); }

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