Html Css Color HEX #A56EAE Violet Blue

📋 copy color: '#A56EAE'

red 165 ◦ green 110 ◦ blue 174

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

Shades of Violet Blue #A56EAE

Tints of Violet Blue #A56EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.5%

 BLUE value IS 174 (68.36% from 255) = 38.75%

R = 36.75%
G = 24.5%
B = 38.75%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A56EAE (or 0xA56EAE) is known color: Violet Blue. HEX triplet: A5, 6E and AE. RGB value is (165,110,174). Sum of RGB (Red+Green+Blue) = 165+110+174=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #A56EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56EAE is #5A9151. Grayscale: #858585. Windows color (decimal): -5935442 or 11431589. OLE color: 11431589.

HSL color Cylindrical-coordinate representation of color #A56EAE: hue angle of 291.56º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A56EAE is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 110 174 -
CMYK 0.05 0.37 0 0.32
HSL 291.56º 0.28% 0.56% -
HSV(B) 291.56º 0.37% 0.68% -
XYZ 28.73 22.21 42.82 -
YUV 133.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 165 110 174 0.05 0.37 0 0.32 291.56 0.28 0.56
Hex A5 6E AE 5 25 0 20 124 1C 38
Octal 245 156 256 5 45 0 40 444 34 70
Binary 10100101 1101110 10101110 101 100101 0 100000 100100100 11100 111000

Color Harmonies of #A56EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56EAE

Black with #A56EAE

Text Example


Text Example

White with #A56EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56EAE; }

 p { color: rgb(165,110,174); }

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

background-color css

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

 a { background-color: rgb(165,110,174); }

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

border-color css

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

 span { border-color: rgb(165,110,174); }

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