Html Css Color HEX #A57AAA Violet Blue

📋 copy color: '#A57AAA'

red 165 ◦ green 122 ◦ blue 170

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

Shades of Violet Blue #A57AAA

Tints of Violet Blue #A57AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.7%

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

R = 36.11%
G = 26.7%
B = 37.2%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A57AAA (or 0xA57AAA) is known color: Violet Blue. HEX triplet: A5, 7A and AA. RGB value is (165,122,170). Sum of RGB (Red+Green+Blue) = 165+122+170=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #A57AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57AAA is #5A8555. Grayscale: #8C8C8C. Windows color (decimal): -5932374 or 11172517. OLE color: 11172517.

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

Color convert

RGB 165 122 170 -
CMYK 0.03 0.28 0 0.33
HSL 293.75º 0.22% 0.57% -
HSV(B) 293.75º 0.28% 0.67% -
XYZ 29.73 24.82 41.25 -
YUV 140.33 144.75 145.6 -
System Red Green Blue C M Y K H S L
Decimal 165 122 170 0.03 0.28 0 0.33 293.75 0.22 0.57
Hex A5 7A AA 3 1C 0 21 126 16 39
Octal 245 172 252 3 34 0 41 446 26 71
Binary 10100101 1111010 10101010 11 11100 0 100001 100100110 10110 111001

Color Harmonies of #A57AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57AAA

Black with #A57AAA

Text Example


Text Example

White with #A57AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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