Html Css Color HEX #A576AA Violet Blue

📋 copy color: '#A576AA'

red 165 ◦ green 118 ◦ blue 170

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

Shades of Violet Blue #A576AA

Tints of Violet Blue #A576AA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.05%

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

R = 36.42%
G = 26.05%
B = 37.53%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A576AA (or 0xA576AA) is known color: Violet Blue. HEX triplet: A5, 76 and AA. RGB value is (165,118,170). Sum of RGB (Red+Green+Blue) = 165+118+170=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #A576AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A576AA is #5A8955. Grayscale: #898989. Windows color (decimal): -5933398 or 11171493. OLE color: 11171493.

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

Color convert

RGB 165 118 170 -
CMYK 0.03 0.31 0 0.33
HSL 294.23º 0.23% 0.56% -
HSV(B) 294.23º 0.31% 0.67% -
XYZ 29.25 23.86 41.09 -
YUV 137.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 165 118 170 0.03 0.31 0 0.33 294.23 0.23 0.56
Hex A5 76 AA 3 1F 0 21 126 17 38
Octal 245 166 252 3 37 0 41 446 27 70
Binary 10100101 1110110 10101010 11 11111 0 100001 100100110 10111 111000

Color Harmonies of #A576AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A576AA

Black with #A576AA

Text Example


Text Example

White with #A576AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A576AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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