Html Css Color HEX #A559AA Violet Blue

📋 copy color: '#A559AA'

red 165 ◦ green 89 ◦ blue 170

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

Shades of Violet Blue #A559AA

Tints of Violet Blue #A559AA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.99%

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 38.92%
G = 20.99%
B = 40.09%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A559AA (or 0xA559AA) is known color: Violet Blue. HEX triplet: A5, 59 and AA. RGB value is (165,89,170). Sum of RGB (Red+Green+Blue) = 165+89+170=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #A559AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A559AA is #5AA655. Grayscale: #787878. Windows color (decimal): -5940822 or 11164069. OLE color: 11164069.

HSL color Cylindrical-coordinate representation of color #A559AA: hue angle of 296.3º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A559AA is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 89 170 -
CMYK 0.03 0.48 0 0.33
HSL 296.3º 0.32% 0.51% -
HSV(B) 296.3º 0.48% 0.67% -
XYZ 26.35 18.05 40.12 -
YUV 120.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 165 89 170 0.03 0.48 0 0.33 296.3 0.32 0.51
Hex A5 59 AA 3 30 0 21 128 20 33
Octal 245 131 252 3 60 0 41 450 40 63
Binary 10100101 1011001 10101010 11 110000 0 100001 100101000 100000 110011

Color Harmonies of #A559AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A559AA

Black with #A559AA

Text Example


Text Example

White with #A559AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A559AA; }

 p { color: rgb(165,89,170); }

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

background-color css

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

 a { background-color: rgb(165,89,170); }

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

border-color css

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

 span { border-color: rgb(165,89,170); }

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