Html Css Color HEX #A56997 Violet Blue

📋 copy color: '#A56997'

red 165 ◦ green 105 ◦ blue 151

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

Shades of Violet Blue #A56997

Tints of Violet Blue #A56997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.94%

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

R = 39.19%
G = 24.94%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A56997 (or 0xA56997) is known color: Violet Blue. HEX triplet: A5, 69 and 97. RGB value is (165,105,151). Sum of RGB (Red+Green+Blue) = 165+105+151=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A56997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56997 is #5A9668. Grayscale: #808080. Windows color (decimal): -5936745 or 9922981. OLE color: 9922981.

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

Color convert

RGB 165 105 151 -
CMYK 0 0.36 0.08 0.35
HSL 314º 0.25% 0.53% -
HSV(B) 314º 0.36% 0.65% -
XYZ 26.15 20.34 31.83 -
YUV 128.18 140.88 154.26 -
System Red Green Blue C M Y K H S L
Decimal 165 105 151 0 0.36 0.08 0.35 314 0.25 0.53
Hex A5 69 97 0 24 8 23 13A 19 35
Octal 245 151 227 0 44 10 43 472 31 65
Binary 10100101 1101001 10010111 0 100100 1000 100011 100111010 11001 110101

Color Harmonies of #A56997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56997

Black with #A56997

Text Example


Text Example

White with #A56997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56997; }

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

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

background-color css

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

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

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

border-color css

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

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

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