Html Css Color HEX #A56DEC Medium Purple

📋 copy color: '#A56DEC'

red 165 ◦ green 109 ◦ blue 236

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

Shades of Medium Purple #A56DEC

Tints of Medium Purple #A56DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.37%

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

R = 32.35%
G = 21.37%
B = 46.27%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A56DEC (or 0xA56DEC) is known color: Medium Purple. HEX triplet: A5, 6D and EC. RGB value is (165,109,236). Sum of RGB (Red+Green+Blue) = 165+109+236=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #A56DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56DEC is #5A9213. Grayscale: #8B8B8B. Windows color (decimal): -5935636 or 15494565. OLE color: 15494565.

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

Color convert

RGB 165 109 236 -
CMYK 0.30 0.54 0 0.07
HSL 266.46º 0.77% 0.68% -
HSV(B) 266.46º 0.54% 0.93% -
XYZ 36.13 24.99 82.28 -
YUV 140.22 182.05 145.67 -
System Red Green Blue C M Y K H S L
Decimal 165 109 236 0.30 0.54 0 0.07 266.46 0.77 0.68
Hex A5 6D EC 1E 36 0 7 10A 4D 44
Octal 245 155 354 36 66 0 7 412 115 104
Binary 10100101 1101101 11101100 11110 110110 0 111 100001010 1001101 1000100

Color Harmonies of #A56DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56DEC

Black with #A56DEC

Text Example


Text Example

White with #A56DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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