Html Css Color HEX #A56E9E Violet Blue

📋 copy color: '#A56E9E'

red 165 ◦ green 110 ◦ blue 158

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

Shades of Violet Blue #A56E9E

Tints of Violet Blue #A56E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.49%

R = 38.11%
G = 25.4%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A56E9E (or 0xA56E9E) is known color: Violet Blue. HEX triplet: A5, 6E and 9E. RGB value is (165,110,158). Sum of RGB (Red+Green+Blue) = 165+110+158=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56E9E is #5A9161. Grayscale: #838383. Windows color (decimal): -5935458 or 10383013. OLE color: 10383013.

HSL color Cylindrical-coordinate representation of color #A56E9E: hue angle of 307.64º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A56E9E is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 110 158 -
CMYK 0 0.33 0.04 0.35
HSL 307.64º 0.23% 0.54% -
HSV(B) 307.64º 0.33% 0.65% -
XYZ 27.26 21.62 35.08 -
YUV 131.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 165 110 158 0 0.33 0.04 0.35 307.64 0.23 0.54
Hex A5 6E 9E 0 21 4 23 134 17 36
Octal 245 156 236 0 41 4 43 464 27 66
Binary 10100101 1101110 10011110 0 100001 100 100011 100110100 10111 110110

Color Harmonies of #A56E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56E9E

Black with #A56E9E

Text Example


Text Example

White with #A56E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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