Html Css Color HEX #A56395 Violet Blue

📋 copy color: '#A56395'

red 165 ◦ green 99 ◦ blue 149

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

Shades of Violet Blue #A56395

Tints of Violet Blue #A56395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.97%

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

R = 39.95%
G = 23.97%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A56395 (or 0xA56395) is known color: Violet Blue. HEX triplet: A5, 63 and 95. RGB value is (165,99,149). Sum of RGB (Red+Green+Blue) = 165+99+149=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A56395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56395 is #5A9C6A. Grayscale: #7C7C7C. Windows color (decimal): -5938283 or 9790373. OLE color: 9790373.

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

Color convert

RGB 165 99 149 -
CMYK 0 0.40 0.10 0.35
HSL 314.55º 0.27% 0.52% -
HSV(B) 314.55º 0.4% 0.65% -
XYZ 25.4 19.09 30.78 -
YUV 124.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 165 99 149 0 0.40 0.10 0.35 314.55 0.27 0.52
Hex A5 63 95 0 28 A 23 13B 1B 34
Octal 245 143 225 0 50 12 43 473 33 64
Binary 10100101 1100011 10010101 0 101000 1010 100011 100111011 11011 110100

Color Harmonies of #A56395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56395

Black with #A56395

Text Example


Text Example

White with #A56395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56395; }

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

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

background-color css

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

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

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

border-color css

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

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

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