Html Css Color HEX #A559A7 Violet Blue

📋 copy color: '#A559A7'

red 165 ◦ green 89 ◦ blue 167

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

Shades of Violet Blue #A559A7

Tints of Violet Blue #A559A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.67%

R = 39.19%
G = 21.14%
B = 39.67%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A559A7 (or 0xA559A7) is known color: Violet Blue. HEX triplet: A5, 59 and A7. RGB value is (165,89,167). Sum of RGB (Red+Green+Blue) = 165+89+167=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 167 - color contains mainly: blue. Hex color #A559A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A559A7 is #5AA658. Grayscale: #787878. Windows color (decimal): -5940825 or 10967461. OLE color: 10967461.

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

Color convert

RGB 165 89 167 -
CMYK 0.01 0.47 0 0.35
HSL 298.46º 0.31% 0.5% -
HSV(B) 298.46º 0.47% 0.65% -
XYZ 26.06 17.93 38.65 -
YUV 120.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 165 89 167 0.01 0.47 0 0.35 298.46 0.31 0.5
Hex A5 59 A7 1 2F 0 23 12A 1F 32
Octal 245 131 247 1 57 0 43 452 37 62
Binary 10100101 1011001 10100111 1 101111 0 100011 100101010 11111 110010

Color Harmonies of #A559A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A559A7

Black with #A559A7

Text Example


Text Example

White with #A559A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A559A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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