Html Css Color HEX #A56EDE Medium Purple

📋 copy color: '#A56EDE'

red 165 ◦ green 110 ◦ blue 222

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

Shades of Medium Purple #A56EDE

Tints of Medium Purple #A56EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.67%

R = 33.2%
G = 22.13%
B = 44.67%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A56EDE (or 0xA56EDE) is known color: Medium Purple. HEX triplet: A5, 6E and DE. RGB value is (165,110,222). Sum of RGB (Red+Green+Blue) = 165+110+222=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #A56EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56EDE is #5A9121. Grayscale: #8A8A8A. Windows color (decimal): -5935394 or 14577317. OLE color: 14577317.

HSL color Cylindrical-coordinate representation of color #A56EDE: hue angle of 269.46º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A56EDE is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 110 222 -
CMYK 0.26 0.50 0 0.13
HSL 269.46º 0.63% 0.65% -
HSV(B) 269.46º 0.5% 0.87% -
XYZ 34.28 24.43 72.02 -
YUV 139.21 174.72 146.39 -
System Red Green Blue C M Y K H S L
Decimal 165 110 222 0.26 0.50 0 0.13 269.46 0.63 0.65
Hex A5 6E DE 1A 32 0 D 10D 3F 41
Octal 245 156 336 32 62 0 15 415 77 101
Binary 10100101 1101110 11011110 11010 110010 0 1101 100001101 111111 1000001

Color Harmonies of #A56EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56EDE

Black with #A56EDE

Text Example


Text Example

White with #A56EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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