Html Css Color HEX #A56EAD Violet Blue

📋 copy color: '#A56EAD'

red 165 ◦ green 110 ◦ blue 173

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

Shades of Violet Blue #A56EAD

Tints of Violet Blue #A56EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.62%

R = 36.83%
G = 24.55%
B = 38.62%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A56EAD (or 0xA56EAD) is known color: Violet Blue. HEX triplet: A5, 6E and AD. RGB value is (165,110,173). Sum of RGB (Red+Green+Blue) = 165+110+173=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #A56EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56EAD is #5A9152. Grayscale: #858585. Windows color (decimal): -5935443 or 11366053. OLE color: 11366053.

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

Color convert

RGB 165 110 173 -
CMYK 0.05 0.36 0 0.32
HSL 292.38º 0.28% 0.55% -
HSV(B) 292.38º 0.36% 0.68% -
XYZ 28.64 22.17 42.3 -
YUV 133.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 165 110 173 0.05 0.36 0 0.32 292.38 0.28 0.55
Hex A5 6E AD 5 24 0 20 124 1C 37
Octal 245 156 255 5 44 0 40 444 34 67
Binary 10100101 1101110 10101101 101 100100 0 100000 100100100 11100 110111

Color Harmonies of #A56EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56EAD

Black with #A56EAD

Text Example


Text Example

White with #A56EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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