Html Css Color HEX #A56397 Violet Blue

📋 copy color: '#A56397'

red 165 ◦ green 99 ◦ blue 151

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

Shades of Violet Blue #A56397

Tints of Violet Blue #A56397

RGB

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

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

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

R = 39.76%
G = 23.86%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A56397 (or 0xA56397) is known color: Violet Blue. HEX triplet: A5, 63 and 97. RGB value is (165,99,151). Sum of RGB (Red+Green+Blue) = 165+99+151=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A56397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56397 is #5A9C68. Grayscale: #7C7C7C. Windows color (decimal): -5938281 or 9921445. OLE color: 9921445.

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

Color convert

RGB 165 99 151 -
CMYK 0 0.40 0.08 0.35
HSL 312.73º 0.27% 0.52% -
HSV(B) 312.73º 0.4% 0.65% -
XYZ 25.56 19.16 31.63 -
YUV 124.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 165 99 151 0 0.40 0.08 0.35 312.73 0.27 0.52
Hex A5 63 97 0 28 8 23 139 1B 34
Octal 245 143 227 0 50 10 43 471 33 64
Binary 10100101 1100011 10010111 0 101000 1000 100011 100111001 11011 110100

Color Harmonies of #A56397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56397

Black with #A56397

Text Example


Text Example

White with #A56397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56397; }

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

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

background-color css

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

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

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

border-color css

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

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

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