Html Css Color HEX #A56094 Violet Blue

📋 copy color: '#A56094'

red 165 ◦ green 96 ◦ blue 148

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

Shades of Violet Blue #A56094

Tints of Violet Blue #A56094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.19%

R = 40.34%
G = 23.47%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A56094 (or 0xA56094) is known color: Violet Blue. HEX triplet: A5, 60 and 94. RGB value is (165,96,148). Sum of RGB (Red+Green+Blue) = 165+96+148=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A56094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56094 is #5A9F6B. Grayscale: #7A7A7A. Windows color (decimal): -5939052 or 9724069. OLE color: 9724069.

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

Color convert

RGB 165 96 148 -
CMYK 0 0.42 0.10 0.35
HSL 314.78º 0.28% 0.51% -
HSV(B) 314.78º 0.42% 0.65% -
XYZ 25.05 18.5 30.27 -
YUV 122.56 142.36 158.27 -
System Red Green Blue C M Y K H S L
Decimal 165 96 148 0 0.42 0.10 0.35 314.78 0.28 0.51
Hex A5 60 94 0 2A A 23 13B 1C 33
Octal 245 140 224 0 52 12 43 473 34 63
Binary 10100101 1100000 10010100 0 101010 1010 100011 100111011 11100 110011

Color Harmonies of #A56094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56094

Black with #A56094

Text Example


Text Example

White with #A56094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56094; }

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

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

background-color css

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

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

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

border-color css

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

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

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