Html Css Color HEX #A577AA Violet Blue

📋 copy color: '#A577AA'

red 165 ◦ green 119 ◦ blue 170

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

Shades of Violet Blue #A577AA

Tints of Violet Blue #A577AA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.21%

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

R = 36.34%
G = 26.21%
B = 37.44%

CMYK

 C value IS 0.03

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A577AA (or 0xA577AA) is known color: Violet Blue. HEX triplet: A5, 77 and AA. RGB value is (165,119,170). Sum of RGB (Red+Green+Blue) = 165+119+170=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #A577AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A577AA is #5A8855. Grayscale: #8A8A8A. Windows color (decimal): -5933142 or 11171749. OLE color: 11171749.

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

Color convert

RGB 165 119 170 -
CMYK 0.03 0.3 0 0.33
HSL 294.12º 0.23% 0.57% -
HSV(B) 294.12º 0.3% 0.67% -
XYZ 29.37 24.1 41.13 -
YUV 138.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 165 119 170 0.03 0.3 0 0.33 294.12 0.23 0.57
Hex A5 77 AA 3 1E 0 21 126 17 39
Octal 245 167 252 3 36 0 41 446 27 71
Binary 10100101 1110111 10101010 11 11110 0 100001 100100110 10111 111001

Color Harmonies of #A577AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A577AA

Black with #A577AA

Text Example


Text Example

White with #A577AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A577AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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