Html Css Color HEX #A56AEE Medium Purple

📋 copy color: '#A56AEE'

red 165 ◦ green 106 ◦ blue 238

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

Shades of Medium Purple #A56AEE

Tints of Medium Purple #A56AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.76%

R = 32.42%
G = 20.83%
B = 46.76%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A56AEE (or 0xA56AEE) is known color: Medium Purple. HEX triplet: A5, 6A and EE. RGB value is (165,106,238). Sum of RGB (Red+Green+Blue) = 165+106+238=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #A56AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56AEE is #5A9511. Grayscale: #8A8A8A. Windows color (decimal): -5936402 or 15624869. OLE color: 15624869.

HSL color Cylindrical-coordinate representation of color #A56AEE: hue angle of 266.82º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A56AEE is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 106 238 -
CMYK 0.31 0.55 0 0.07
HSL 266.82º 0.8% 0.67% -
HSV(B) 266.82º 0.55% 0.93% -
XYZ 36.1 24.48 83.71 -
YUV 138.69 184.05 146.77 -
System Red Green Blue C M Y K H S L
Decimal 165 106 238 0.31 0.55 0 0.07 266.82 0.8 0.67
Hex A5 6A EE 1F 37 0 7 10B 50 43
Octal 245 152 356 37 67 0 7 413 120 103
Binary 10100101 1101010 11101110 11111 110111 0 111 100001011 1010000 1000011

Color Harmonies of #A56AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56AEE

Black with #A56AEE

Text Example


Text Example

White with #A56AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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