Html Css Color HEX #A56092 Violet Blue

📋 copy color: '#A56092'

red 165 ◦ green 96 ◦ blue 146

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

Shades of Violet Blue #A56092

Tints of Violet Blue #A56092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.87%

R = 40.54%
G = 23.59%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A56092 (or 0xA56092) is known color: Violet Blue. HEX triplet: A5, 60 and 92. RGB value is (165,96,146). Sum of RGB (Red+Green+Blue) = 165+96+146=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A56092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56092 is #5A9F6D. Grayscale: #7A7A7A. Windows color (decimal): -5939054 or 9592997. OLE color: 9592997.

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

Color convert

RGB 165 96 146 -
CMYK 0 0.42 0.12 0.35
HSL 316.52º 0.28% 0.51% -
HSV(B) 316.52º 0.42% 0.65% -
XYZ 24.89 18.44 29.44 -
YUV 122.33 141.36 158.43 -
System Red Green Blue C M Y K H S L
Decimal 165 96 146 0 0.42 0.12 0.35 316.52 0.28 0.51
Hex A5 60 92 0 2A C 23 13D 1C 33
Octal 245 140 222 0 52 14 43 475 34 63
Binary 10100101 1100000 10010010 0 101010 1100 100011 100111101 11100 110011

Color Harmonies of #A56092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56092

Black with #A56092

Text Example


Text Example

White with #A56092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56092; }

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

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

background-color css

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

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

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

border-color css

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

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

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