Html Css Color HEX #A56AE3 Medium Purple

📋 copy color: '#A56AE3'

red 165 ◦ green 106 ◦ blue 227

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

Shades of Medium Purple #A56AE3

Tints of Medium Purple #A56AE3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.29%

 BLUE value IS 227 (89.06% from 255) = 45.58%

R = 33.13%
G = 21.29%
B = 45.58%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A56AE3 (or 0xA56AE3) is known color: Medium Purple. HEX triplet: A5, 6A and E3. RGB value is (165,106,227). Sum of RGB (Red+Green+Blue) = 165+106+227=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 227 (89.06% from 255 or 45.58% from 498); Max value from RGB is 227 - color contains mainly: blue. Hex color #A56AE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56AE3 is #5A951C. Grayscale: #898989. Windows color (decimal): -5936413 or 14903973. OLE color: 14903973.

HSL color Cylindrical-coordinate representation of color #A56AE3: hue angle of 269.26º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A56AE3 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 106 227 -
CMYK 0.27 0.53 0 0.11
HSL 269.26º 0.68% 0.65% -
HSV(B) 269.26º 0.53% 0.89% -
XYZ 34.54 23.85 75.46 -
YUV 137.44 178.55 147.66 -
System Red Green Blue C M Y K H S L
Decimal 165 106 227 0.27 0.53 0 0.11 269.26 0.68 0.65
Hex A5 6A E3 1B 35 0 B 10D 44 41
Octal 245 152 343 33 65 0 13 415 104 101
Binary 10100101 1101010 11100011 11011 110101 0 1011 100001101 1000100 1000001

Color Harmonies of #A56AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56AE3

Black with #A56AE3

Text Example


Text Example

White with #A56AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56AE3; }

 p { color: rgb(165,106,227); }

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

background-color css

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

 a { background-color: rgb(165,106,227); }

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

border-color css

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

 span { border-color: rgb(165,106,227); }

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