Html Css Color HEX #A56896 Violet Blue

📋 copy color: '#A56896'

red 165 ◦ green 104 ◦ blue 150

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

Shades of Violet Blue #A56896

Tints of Violet Blue #A56896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.82%

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

R = 39.38%
G = 24.82%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A56896 (or 0xA56896) is known color: Violet Blue. HEX triplet: A5, 68 and 96. RGB value is (165,104,150). Sum of RGB (Red+Green+Blue) = 165+104+150=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A56896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56896 is #5A9769. Grayscale: #7F7F7F. Windows color (decimal): -5937002 or 9857189. OLE color: 9857189.

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

Color convert

RGB 165 104 150 -
CMYK 0 0.37 0.09 0.35
HSL 314.75º 0.25% 0.53% -
HSV(B) 314.75º 0.37% 0.65% -
XYZ 25.97 20.1 31.37 -
YUV 127.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 165 104 150 0 0.37 0.09 0.35 314.75 0.25 0.53
Hex A5 68 96 0 25 9 23 13B 19 35
Octal 245 150 226 0 45 11 43 473 31 65
Binary 10100101 1101000 10010110 0 100101 1001 100011 100111011 11001 110101

Color Harmonies of #A56896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56896

Black with #A56896

Text Example


Text Example

White with #A56896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56896; }

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

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

background-color css

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

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

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

border-color css

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

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

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