Html Css Color HEX #A56EEC Medium Purple

📋 copy color: '#A56EEC'

red 165 ◦ green 110 ◦ blue 236

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

Shades of Medium Purple #A56EEC

Tints of Medium Purple #A56EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.18%

R = 32.29%
G = 21.53%
B = 46.18%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A56EEC (or 0xA56EEC) is known color: Medium Purple. HEX triplet: A5, 6E and EC. RGB value is (165,110,236). Sum of RGB (Red+Green+Blue) = 165+110+236=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #A56EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56EEC is #5A9113. Grayscale: #8C8C8C. Windows color (decimal): -5935380 or 15494821. OLE color: 15494821.

HSL color Cylindrical-coordinate representation of color #A56EEC: hue angle of 266.19º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A56EEC is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 110 236 -
CMYK 0.30 0.53 0 0.07
HSL 266.19º 0.77% 0.68% -
HSV(B) 266.19º 0.53% 0.93% -
XYZ 36.23 25.21 82.31 -
YUV 140.81 181.72 145.25 -
System Red Green Blue C M Y K H S L
Decimal 165 110 236 0.30 0.53 0 0.07 266.19 0.77 0.68
Hex A5 6E EC 1E 35 0 7 10A 4D 44
Octal 245 156 354 36 65 0 7 412 115 104
Binary 10100101 1101110 11101100 11110 110101 0 111 100001010 1001101 1000100

Color Harmonies of #A56EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56EEC

Black with #A56EEC

Text Example


Text Example

White with #A56EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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