#A56398

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

Shades of Violet Blue #A56398

Tints of Violet Blue #A56398

Color information

#A56398 (or 0xA56398) is unknown color: approx Violet Blue. HEX triplet: A5, 63 and 98. RGB value is (165,99,152). Sum of RGB (Red+Green+Blue) = 165+99+152=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A56398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56398 is #5A9C67. Grayscale: #7C7C7C. Windows color (decimal): -5938280 or 9986981. OLE color: 9986981.

HSL color Cylindrical-coordinate representation of color #A56398: hue angle of 311.82º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A56398 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16599152-
CMYK00.400.080.35
HSL311.82º26.83%51.76%-
HSV(B)311.82º40%64.71%-
XYZ25.6519.1932.06-
YUV124.78143.37156.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 99 (39.06% from 255) = 23.80%
BLUE value IS 152 (59.77% from 255) = 36.54%
R=39.66%
G=23.80%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659915200.400.080.35311.8226.8351.76
HexA563980288231381b34
Octal24514323005010434703364
Binary101001011100011100110000101000100010001110011100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56398; }

 p { color: rgb(165,99,152); }

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

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

 a { background-color: rgb(165,99,152); }

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

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

 span { border-color: rgb(165,99,152); }

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