Html Css Color HEX #A56EDF Medium Purple

📋 copy color: '#A56EDF'

red 165 ◦ green 110 ◦ blue 223

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

Shades of Medium Purple #A56EDF

Tints of Medium Purple #A56EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 33.13%
G = 22.09%
B = 44.78%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A56EDF (or 0xA56EDF) is known color: Medium Purple. HEX triplet: A5, 6E and DF. RGB value is (165,110,223). Sum of RGB (Red+Green+Blue) = 165+110+223=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #A56EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56EDF is #5A9120. Grayscale: #8A8A8A. Windows color (decimal): -5935393 or 14642853. OLE color: 14642853.

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

Color convert

RGB 165 110 223 -
CMYK 0.26 0.51 0 0.13
HSL 269.2º 0.64% 0.65% -
HSV(B) 269.2º 0.51% 0.87% -
XYZ 34.41 24.48 72.72 -
YUV 139.33 175.22 146.31 -
System Red Green Blue C M Y K H S L
Decimal 165 110 223 0.26 0.51 0 0.13 269.2 0.64 0.65
Hex A5 6E DF 1A 33 0 D 10D 40 41
Octal 245 156 337 32 63 0 15 415 100 101
Binary 10100101 1101110 11011111 11010 110011 0 1101 100001101 1000000 1000001

Color Harmonies of #A56EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56EDF

Black with #A56EDF

Text Example


Text Example

White with #A56EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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