Html Css Color HEX #A56999 Violet Blue

📋 copy color: '#A56999'

red 165 ◦ green 105 ◦ blue 153

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

Shades of Violet Blue #A56999

Tints of Violet Blue #A56999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.17%

R = 39.01%
G = 24.82%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A56999 (or 0xA56999) is known color: Violet Blue. HEX triplet: A5, 69 and 99. RGB value is (165,105,153). Sum of RGB (Red+Green+Blue) = 165+105+153=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A56999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56999 is #5A9666. Grayscale: #808080. Windows color (decimal): -5936743 or 10054053. OLE color: 10054053.

HSL color Cylindrical-coordinate representation of color #A56999: hue angle of 312º 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 #A56999 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 105 153 -
CMYK 0 0.36 0.07 0.35
HSL 312º 0.25% 0.53% -
HSV(B) 312º 0.36% 0.65% -
XYZ 26.32 20.4 32.69 -
YUV 128.41 141.88 154.1 -
System Red Green Blue C M Y K H S L
Decimal 165 105 153 0 0.36 0.07 0.35 312 0.25 0.53
Hex A5 69 99 0 24 7 23 138 19 35
Octal 245 151 231 0 44 7 43 470 31 65
Binary 10100101 1101001 10011001 0 100100 111 100011 100111000 11001 110101

Color Harmonies of #A56999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56999

Black with #A56999

Text Example


Text Example

White with #A56999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56999; }

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

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

background-color css

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

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

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

border-color css

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

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

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