Html Css Color HEX #A56396 Violet Blue

📋 copy color: '#A56396'

red 165 ◦ green 99 ◦ blue 150

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

Shades of Violet Blue #A56396

Tints of Violet Blue #A56396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.23%

R = 39.86%
G = 23.91%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A56396 (or 0xA56396) is known color: Violet Blue. HEX triplet: A5, 63 and 96. RGB value is (165,99,150). Sum of RGB (Red+Green+Blue) = 165+99+150=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A56396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56396 is #5A9C69. Grayscale: #7C7C7C. Windows color (decimal): -5938282 or 9855909. OLE color: 9855909.

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

Color convert

RGB 165 99 150 -
CMYK 0 0.40 0.09 0.35
HSL 313.64º 0.27% 0.52% -
HSV(B) 313.64º 0.4% 0.65% -
XYZ 25.48 19.13 31.2 -
YUV 124.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 165 99 150 0 0.40 0.09 0.35 313.64 0.27 0.52
Hex A5 63 96 0 28 9 23 13A 1B 34
Octal 245 143 226 0 50 11 43 472 33 64
Binary 10100101 1100011 10010110 0 101000 1001 100011 100111010 11011 110100

Color Harmonies of #A56396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56396

Black with #A56396

Text Example


Text Example

White with #A56396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56396; }

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

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

background-color css

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

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

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

border-color css

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

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

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