Html Css Color HEX #A56096 Violet Blue

📋 copy color: '#A56096'

red 165 ◦ green 96 ◦ blue 150

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

Shades of Violet Blue #A56096

Tints of Violet Blue #A56096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.36%

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

R = 40.15%
G = 23.36%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A56096 (or 0xA56096) is known color: Violet Blue. HEX triplet: A5, 60 and 96. RGB value is (165,96,150). Sum of RGB (Red+Green+Blue) = 165+96+150=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A56096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56096 is #5A9F69. Grayscale: #7A7A7A. Windows color (decimal): -5939050 or 9855141. OLE color: 9855141.

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

Color convert

RGB 165 96 150 -
CMYK 0 0.42 0.09 0.35
HSL 313.04º 0.28% 0.51% -
HSV(B) 313.04º 0.42% 0.65% -
XYZ 25.2 18.57 31.11 -
YUV 122.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 165 96 150 0 0.42 0.09 0.35 313.04 0.28 0.51
Hex A5 60 96 0 2A 9 23 139 1C 33
Octal 245 140 226 0 52 11 43 471 34 63
Binary 10100101 1100000 10010110 0 101010 1001 100011 100111001 11100 110011

Color Harmonies of #A56096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56096

Black with #A56096

Text Example


Text Example

White with #A56096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56096; }

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

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

background-color css

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

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

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

border-color css

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

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

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