Html Css Color HEX #A56EED Medium Purple

📋 copy color: '#A56EED'

red 165 ◦ green 110 ◦ blue 237

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

Shades of Medium Purple #A56EED

Tints of Medium Purple #A56EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 32.23%
G = 21.48%
B = 46.29%

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

#A56EED (or 0xA56EED) is known color: Medium Purple. HEX triplet: A5, 6E and ED. RGB value is (165,110,237). Sum of RGB (Red+Green+Blue) = 165+110+237=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #A56EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56EED is #5A9112. Grayscale: #8C8C8C. Windows color (decimal): -5935379 or 15560357. OLE color: 15560357.

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

Color convert

RGB 165 110 237 -
CMYK 0.30 0.54 0 0.07
HSL 265.98º 0.78% 0.68% -
HSV(B) 265.98º 0.54% 0.93% -
XYZ 36.38 25.27 83.08 -
YUV 140.92 182.22 145.17 -
System Red Green Blue C M Y K H S L
Decimal 165 110 237 0.30 0.54 0 0.07 265.98 0.78 0.68
Hex A5 6E ED 1E 36 0 7 10A 4E 44
Octal 245 156 355 36 66 0 7 412 116 104
Binary 10100101 1101110 11101101 11110 110110 0 111 100001010 1001110 1000100

Color Harmonies of #A56EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56EED

Black with #A56EED

Text Example


Text Example

White with #A56EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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