Html Css Color HEX #A56797 Violet Blue

📋 copy color: '#A56797'

red 165 ◦ green 103 ◦ blue 151

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

Shades of Violet Blue #A56797

Tints of Violet Blue #A56797

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.58%

 BLUE value IS 151 (59.38% from 255) = 36.04%

R = 39.38%
G = 24.58%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A56797 (or 0xA56797) is known color: Violet Blue. HEX triplet: A5, 67 and 97. RGB value is (165,103,151). Sum of RGB (Red+Green+Blue) = 165+103+151=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A56797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56797 is #5A9868. Grayscale: #7E7E7E. Windows color (decimal): -5937257 or 9922469. OLE color: 9922469.

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

Color convert

RGB 165 103 151 -
CMYK 0 0.38 0.08 0.35
HSL 313.55º 0.26% 0.53% -
HSV(B) 313.55º 0.38% 0.65% -
XYZ 25.95 19.93 31.76 -
YUV 127.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 165 103 151 0 0.38 0.08 0.35 313.55 0.26 0.53
Hex A5 67 97 0 26 8 23 13A 1A 35
Octal 245 147 227 0 46 10 43 472 32 65
Binary 10100101 1100111 10010111 0 100110 1000 100011 100111010 11010 110101

Color Harmonies of #A56797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56797

Black with #A56797

Text Example


Text Example

White with #A56797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56797; }

 p { color: rgb(165,103,151); }

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

background-color css

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

 a { background-color: rgb(165,103,151); }

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

border-color css

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

 span { border-color: rgb(165,103,151); }

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