Html Css Color HEX #A57AA4 Violet Blue

📋 copy color: '#A57AA4'

red 165 ◦ green 122 ◦ blue 164

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

Shades of Violet Blue #A57AA4

Tints of Violet Blue #A57AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.36%

R = 36.59%
G = 27.05%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A57AA4 (or 0xA57AA4) is known color: Violet Blue. HEX triplet: A5, 7A and A4. RGB value is (165,122,164). Sum of RGB (Red+Green+Blue) = 165+122+164=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 165 - color contains mainly: red. Hex color #A57AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57AA4 is #5A855B. Grayscale: #8B8B8B. Windows color (decimal): -5932380 or 10779301. OLE color: 10779301.

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

Color convert

RGB 165 122 164 -
CMYK 0 0.26 0.01 0.35
HSL 301.4º 0.19% 0.56% -
HSV(B) 301.4º 0.26% 0.65% -
XYZ 29.18 24.6 38.33 -
YUV 139.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 165 122 164 0 0.26 0.01 0.35 301.4 0.19 0.56
Hex A5 7A A4 0 1A 1 23 12D 13 38
Octal 245 172 244 0 32 1 43 455 23 70
Binary 10100101 1111010 10100100 0 11010 1 100011 100101101 10011 111000

Color Harmonies of #A57AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57AA4

Black with #A57AA4

Text Example


Text Example

White with #A57AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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