Html Css Color HEX #A56FDE Medium Purple

📋 copy color: '#A56FDE'

red 165 ◦ green 111 ◦ blue 222

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

Shades of Medium Purple #A56FDE

Tints of Medium Purple #A56FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.58%

R = 33.13%
G = 22.29%
B = 44.58%

CMYK

 C value IS 0.26

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A56FDE (or 0xA56FDE) is known color: Medium Purple. HEX triplet: A5, 6F and DE. RGB value is (165,111,222). Sum of RGB (Red+Green+Blue) = 165+111+222=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #A56FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FDE is #5A9021. Grayscale: #8B8B8B. Windows color (decimal): -5935138 or 14577573. OLE color: 14577573.

HSL color Cylindrical-coordinate representation of color #A56FDE: hue angle of 269.19º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A56FDE is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 111 222 -
CMYK 0.26 0.5 0 0.13
HSL 269.19º 0.63% 0.65% -
HSV(B) 269.19º 0.5% 0.87% -
XYZ 34.39 24.64 72.05 -
YUV 139.8 174.39 145.97 -
System Red Green Blue C M Y K H S L
Decimal 165 111 222 0.26 0.5 0 0.13 269.19 0.63 0.65
Hex A5 6F DE 1A 32 0 D 10D 3F 41
Octal 245 157 336 32 62 0 15 415 77 101
Binary 10100101 1101111 11011110 11010 110010 0 1101 100001101 111111 1000001

Color Harmonies of #A56FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FDE

Black with #A56FDE

Text Example


Text Example

White with #A56FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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