Html Css Color HEX #A56FED Medium Purple

📋 copy color: '#A56FED'

red 165 ◦ green 111 ◦ blue 237

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

Shades of Medium Purple #A56FED

Tints of Medium Purple #A56FED

RGB

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

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

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

R = 32.16%
G = 21.64%
B = 46.2%

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

#A56FED (or 0xA56FED) is known color: Medium Purple. HEX triplet: A5, 6F and ED. RGB value is (165,111,237). Sum of RGB (Red+Green+Blue) = 165+111+237=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #A56FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56FED is #5A9012. Grayscale: #8D8D8D. Windows color (decimal): -5935123 or 15560613. OLE color: 15560613.

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

Color convert

RGB 165 111 237 -
CMYK 0.30 0.53 0 0.07
HSL 265.71º 0.78% 0.68% -
HSV(B) 265.71º 0.53% 0.93% -
XYZ 36.49 25.48 83.12 -
YUV 141.51 181.89 144.75 -
System Red Green Blue C M Y K H S L
Decimal 165 111 237 0.30 0.53 0 0.07 265.71 0.78 0.68
Hex A5 6F ED 1E 35 0 7 10A 4E 44
Octal 245 157 355 36 65 0 7 412 116 104
Binary 10100101 1101111 11101101 11110 110101 0 111 100001010 1001110 1000100

Color Harmonies of #A56FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FED

Black with #A56FED

Text Example


Text Example

White with #A56FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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