Html Css Color HEX #A56899 Violet Blue

📋 copy color: '#A56899'

red 165 ◦ green 104 ◦ blue 153

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

Shades of Violet Blue #A56899

Tints of Violet Blue #A56899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.64%

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

R = 39.1%
G = 24.64%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A56899 (or 0xA56899) is known color: Violet Blue. HEX triplet: A5, 68 and 99. RGB value is (165,104,153). Sum of RGB (Red+Green+Blue) = 165+104+153=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A56899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56899 is #5A9766. Grayscale: #7F7F7F. Windows color (decimal): -5936999 or 10053797. OLE color: 10053797.

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

Color convert

RGB 165 104 153 -
CMYK 0 0.37 0.07 0.35
HSL 311.8º 0.25% 0.53% -
HSV(B) 311.8º 0.37% 0.65% -
XYZ 26.22 20.2 32.65 -
YUV 127.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 165 104 153 0 0.37 0.07 0.35 311.8 0.25 0.53
Hex A5 68 99 0 25 7 23 138 19 35
Octal 245 150 231 0 45 7 43 470 31 65
Binary 10100101 1101000 10011001 0 100101 111 100011 100111000 11001 110101

Color Harmonies of #A56899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56899

Black with #A56899

Text Example


Text Example

White with #A56899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56899; }

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

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

background-color css

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

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

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

border-color css

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

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

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