Html Css Color HEX #A56093 Violet Blue

📋 copy color: '#A56093'

red 165 ◦ green 96 ◦ blue 147

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

Shades of Violet Blue #A56093

Tints of Violet Blue #A56093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.03%

R = 40.44%
G = 23.53%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A56093 (or 0xA56093) is known color: Violet Blue. HEX triplet: A5, 60 and 93. RGB value is (165,96,147). Sum of RGB (Red+Green+Blue) = 165+96+147=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A56093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56093 is #5A9F6C. Grayscale: #7A7A7A. Windows color (decimal): -5939053 or 9658533. OLE color: 9658533.

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

Color convert

RGB 165 96 147 -
CMYK 0 0.42 0.11 0.35
HSL 315.65º 0.28% 0.51% -
HSV(B) 315.65º 0.42% 0.65% -
XYZ 24.97 18.47 29.85 -
YUV 122.45 141.86 158.35 -
System Red Green Blue C M Y K H S L
Decimal 165 96 147 0 0.42 0.11 0.35 315.65 0.28 0.51
Hex A5 60 93 0 2A B 23 13C 1C 33
Octal 245 140 223 0 52 13 43 474 34 63
Binary 10100101 1100000 10010011 0 101010 1011 100011 100111100 11100 110011

Color Harmonies of #A56093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56093

Black with #A56093

Text Example


Text Example

White with #A56093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56093; }

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

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

background-color css

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

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

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

border-color css

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

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

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