Html Css Color HEX #A56DF6 Medium Purple

📋 copy color: '#A56DF6'

red 165 ◦ green 109 ◦ blue 246

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

Shades of Medium Purple #A56DF6

Tints of Medium Purple #A56DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.31%

R = 31.73%
G = 20.96%
B = 47.31%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A56DF6 (or 0xA56DF6) is known color: Medium Purple. HEX triplet: A5, 6D and F6. RGB value is (165,109,246). Sum of RGB (Red+Green+Blue) = 165+109+246=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #A56DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56DF6 is #5A9209. Grayscale: #8C8C8C. Windows color (decimal): -5935626 or 16149925. OLE color: 16149925.

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

Color convert

RGB 165 109 246 -
CMYK 0.33 0.56 0 0.04
HSL 264.53º 0.88% 0.7% -
HSV(B) 264.53º 0.56% 0.96% -
XYZ 37.62 25.59 90.15 -
YUV 141.36 187.05 144.86 -
System Red Green Blue C M Y K H S L
Decimal 165 109 246 0.33 0.56 0 0.04 264.53 0.88 0.7
Hex A5 6D F6 21 38 0 4 109 58 46
Octal 245 155 366 41 70 0 4 411 130 106
Binary 10100101 1101101 11110110 100001 111000 0 100 100001001 1011000 1000110

Color Harmonies of #A56DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56DF6

Black with #A56DF6

Text Example


Text Example

White with #A56DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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