Html Css Color HEX #A559A2 Violet Blue

📋 copy color: '#A559A2'

red 165 ◦ green 89 ◦ blue 162

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

Shades of Violet Blue #A559A2

Tints of Violet Blue #A559A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.94%

R = 39.66%
G = 21.39%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A559A2 (or 0xA559A2) is known color: Violet Blue. HEX triplet: A5, 59 and A2. RGB value is (165,89,162). Sum of RGB (Red+Green+Blue) = 165+89+162=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A559A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A559A2 is #5AA65D. Grayscale: #777777. Windows color (decimal): -5940830 or 10639781. OLE color: 10639781.

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

Color convert

RGB 165 89 162 -
CMYK 0 0.46 0.02 0.35
HSL 302.37º 0.3% 0.5% -
HSV(B) 302.37º 0.46% 0.65% -
XYZ 25.61 17.75 36.26 -
YUV 120.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 165 89 162 0 0.46 0.02 0.35 302.37 0.3 0.5
Hex A5 59 A2 0 2E 2 23 12E 1E 32
Octal 245 131 242 0 56 2 43 456 36 62
Binary 10100101 1011001 10100010 0 101110 10 100011 100101110 11110 110010

Color Harmonies of #A559A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A559A2

Black with #A559A2

Text Example


Text Example

White with #A559A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A559A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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