Html Css Color HEX #A56E9C Violet Blue

📋 copy color: '#A56E9C'

red 165 ◦ green 110 ◦ blue 156

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

Shades of Violet Blue #A56E9C

Tints of Violet Blue #A56E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 38.28%
G = 25.52%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A56E9C (or 0xA56E9C) is known color: Violet Blue. HEX triplet: A5, 6E and 9C. RGB value is (165,110,156). Sum of RGB (Red+Green+Blue) = 165+110+156=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56E9C is #5A9163. Grayscale: #838383. Windows color (decimal): -5935460 or 10251941. OLE color: 10251941.

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

Color convert

RGB 165 110 156 -
CMYK 0 0.33 0.05 0.35
HSL 309.82º 0.23% 0.54% -
HSV(B) 309.82º 0.33% 0.65% -
XYZ 27.09 21.55 34.18 -
YUV 131.69 141.72 151.76 -
System Red Green Blue C M Y K H S L
Decimal 165 110 156 0 0.33 0.05 0.35 309.82 0.23 0.54
Hex A5 6E 9C 0 21 5 23 136 17 36
Octal 245 156 234 0 41 5 43 466 27 66
Binary 10100101 1101110 10011100 0 100001 101 100011 100110110 10111 110110

Color Harmonies of #A56E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56E9C

Black with #A56E9C

Text Example


Text Example

White with #A56E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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