Html Css Color HEX #A56DF8 Medium Purple

📋 copy color: '#A56DF8'

red 165 ◦ green 109 ◦ blue 248

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

Shades of Medium Purple #A56DF8

Tints of Medium Purple #A56DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.51%

R = 31.61%
G = 20.88%
B = 47.51%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A56DF8 (or 0xA56DF8) is known color: Medium Purple. HEX triplet: A5, 6D and F8. RGB value is (165,109,248). Sum of RGB (Red+Green+Blue) = 165+109+248=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 248 (97.27% from 255 or 47.51% from 522); Max value from RGB is 248 - color contains mainly: blue. Hex color #A56DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56DF8 is #5A9207. Grayscale: #8D8D8D. Windows color (decimal): -5935624 or 16280997. OLE color: 16280997.

HSL color Cylindrical-coordinate representation of color #A56DF8: hue angle of 264.17º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A56DF8 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 109 248 -
CMYK 0.33 0.56 0 0.03
HSL 264.17º 0.91% 0.7% -
HSV(B) 264.17º 0.56% 0.97% -
XYZ 37.93 25.71 91.77 -
YUV 141.59 188.05 144.7 -
System Red Green Blue C M Y K H S L
Decimal 165 109 248 0.33 0.56 0 0.03 264.17 0.91 0.7
Hex A5 6D F8 21 38 0 3 108 5B 46
Octal 245 155 370 41 70 0 3 410 133 106
Binary 10100101 1101101 11111000 100001 111000 0 11 100001000 1011011 1000110

Color Harmonies of #A56DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56DF8

Black with #A56DF8

Text Example


Text Example

White with #A56DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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