Html Css Color HEX #A56195 Violet Blue

📋 copy color: '#A56195'

red 165 ◦ green 97 ◦ blue 149

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

Shades of Violet Blue #A56195

Tints of Violet Blue #A56195

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.6%

 BLUE value IS 149 (58.59% from 255) = 36.25%

R = 40.15%
G = 23.6%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A56195 (or 0xA56195) is known color: Violet Blue. HEX triplet: A5, 61 and 95. RGB value is (165,97,149). Sum of RGB (Red+Green+Blue) = 165+97+149=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A56195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56195 is #5A9E6A. Grayscale: #7B7B7B. Windows color (decimal): -5938795 or 9789861. OLE color: 9789861.

HSL color Cylindrical-coordinate representation of color #A56195: hue angle of 314.12º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A56195 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 97 149 -
CMYK 0 0.41 0.10 0.35
HSL 314.12º 0.27% 0.51% -
HSV(B) 314.12º 0.41% 0.65% -
XYZ 25.22 18.72 30.72 -
YUV 123.26 142.53 157.77 -
System Red Green Blue C M Y K H S L
Decimal 165 97 149 0 0.41 0.10 0.35 314.12 0.27 0.51
Hex A5 61 95 0 29 A 23 13A 1B 33
Octal 245 141 225 0 51 12 43 472 33 63
Binary 10100101 1100001 10010101 0 101001 1010 100011 100111010 11011 110011

Color Harmonies of #A56195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56195

Black with #A56195

Text Example


Text Example

White with #A56195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56195; }

 p { color: rgb(165,97,149); }

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

background-color css

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

 a { background-color: rgb(165,97,149); }

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

border-color css

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

 span { border-color: rgb(165,97,149); }

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