#A5399C

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

Shades of Violet Blue #A5399C

Tints of Violet Blue #A5399C

Color information

#A5399C (or 0xA5399C) is unknown color: approx Violet Blue. HEX triplet: A5, 39 and 9C. RGB value is (165,57,156). Sum of RGB (Red+Green+Blue) = 165+57+156=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A5399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5399C is #5AC663. Grayscale: #646464. Windows color (decimal): -5949028 or 10238373. OLE color: 10238373.

HSL color Cylindrical-coordinate representation of color #A5399C: hue angle of 305º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5399C is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16557156-
CMYK00.650.050.35
HSL305º48.65%43.53%-
HSV(B)305º65.45%64.71%-
XYZ22.9813.3332.81-
YUV100.58159.28173.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 57 (22.66% from 255) = 15.08%
BLUE value IS 156 (61.33% from 255) = 41.27%
R=43.65%
G=15.08%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655715600.650.050.3530548.6543.53
HexA5399C041523131312c
Octal2457123401015434616154
Binary101001011110011001110001000001101100011100110001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5399C; }

 p { color: rgb(165,57,156); }

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

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

 a { background-color: rgb(165,57,156); }

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

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

 span { border-color: rgb(165,57,156); }

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