Html Css Color HEX #A56FEC Medium Purple

📋 copy color: '#A56FEC'

red 165 ◦ green 111 ◦ blue 236

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

Shades of Medium Purple #A56FEC

Tints of Medium Purple #A56FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.68%

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

R = 32.23%
G = 21.68%
B = 46.09%

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

#A56FEC (or 0xA56FEC) is known color: Medium Purple. HEX triplet: A5, 6F and EC. RGB value is (165,111,236). Sum of RGB (Red+Green+Blue) = 165+111+236=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #A56FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56FEC is #5A9013. Grayscale: #8C8C8C. Windows color (decimal): -5935124 or 15495077. OLE color: 15495077.

HSL color Cylindrical-coordinate representation of color #A56FEC: hue angle of 265.92º 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 #A56FEC is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 111 236 -
CMYK 0.30 0.53 0 0.07
HSL 265.92º 0.77% 0.68% -
HSV(B) 265.92º 0.53% 0.93% -
XYZ 36.34 25.42 82.35 -
YUV 141.4 181.39 144.84 -
System Red Green Blue C M Y K H S L
Decimal 165 111 236 0.30 0.53 0 0.07 265.92 0.77 0.68
Hex A5 6F EC 1E 35 0 7 10A 4D 44
Octal 245 157 354 36 65 0 7 412 115 104
Binary 10100101 1101111 11101100 11110 110101 0 111 100001010 1001101 1000100

Color Harmonies of #A56FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FEC

Black with #A56FEC

Text Example


Text Example

White with #A56FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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