#A5479D

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

Shades of Violet Blue #A5479D

Tints of Violet Blue #A5479D

Color information

#A5479D (or 0xA5479D) is unknown color: approx Violet Blue. HEX triplet: A5, 47 and 9D. RGB value is (165,71,157). Sum of RGB (Red+Green+Blue) = 165+71+157=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A5479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5479D is #5AB862. Grayscale: #6C6C6C. Windows color (decimal): -5945443 or 10307493. OLE color: 10307493.

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

Color convert

RGB16571157-
CMYK00.570.050.35
HSL305.11º39.83%46.27%-
HSV(B)305.11º56.97%64.71%-
XYZ23.8614.9433.52-
YUV108.91155.14168.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.98%
GREEN value IS 71 (28.12% from 255) = 18.07%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=41.98%
G=18.07%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657115700.570.050.35305.1139.8346.27
HexA5479D039523131282e
Octal2451072350715434615056
Binary101001011000111100111010111001101100011100110001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5479D; }

 p { color: rgb(165,71,157); }

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

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

 a { background-color: rgb(165,71,157); }

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

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

 span { border-color: rgb(165,71,157); }

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