Html Css Color HEX #A5579E Violet Blue

📋 copy color: '#A5579E'

red 165 ◦ green 87 ◦ blue 158

#A5579E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #A5579E

Tints of Violet Blue #A5579E

RGB

 RED value IS 165 (64.84% from 255) = 40.24%

 GREEN value IS 87 (34.38% from 255) = 21.22%

 BLUE value IS 158 (62.11% from 255) = 38.54%

R = 40.24%
G = 21.22%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5579E (or 0xA5579E) is known color: Violet Blue. HEX triplet: A5, 57 and 9E. RGB value is (165,87,158). Sum of RGB (Red+Green+Blue) = 165+87+158=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A5579E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5579E is #5AA861. Grayscale: #767676. Windows color (decimal): -5941346 or 10377125. OLE color: 10377125.

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

Color convert

RGB 165 87 158 -
CMYK 0 0.47 0.04 0.35
HSL 305.38º 0.31% 0.49% -
HSV(B) 305.38º 0.47% 0.65% -
XYZ 25.1 17.28 34.36 -
YUV 118.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 165 87 158 0 0.47 0.04 0.35 305.38 0.31 0.49
Hex A5 57 9E 0 2F 4 23 131 1F 31
Octal 245 127 236 0 57 4 43 461 37 61
Binary 10100101 1010111 10011110 0 101111 100 100011 100110001 11111 110001

Color Harmonies of #A5579E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5579E

Black with #A5579E

Text Example


Text Example

White with #A5579E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5579E; }

 p { color: rgb(165,87,158); }

 H1.HeaderClassName
 {
   color: #A5579E;
 }
 .AnyTagClassName
 {
   color: #A5579E;
 }
</style>

background-color css

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

 a { background-color: rgb(165,87,158); }

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

border-color css

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

 span { border-color: rgb(165,87,158); }

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