Html Css Color HEX #A56EEE Medium Purple

📋 copy color: '#A56EEE'

red 165 ◦ green 110 ◦ blue 238

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

Shades of Medium Purple #A56EEE

Tints of Medium Purple #A56EEE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.44%

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

R = 32.16%
G = 21.44%
B = 46.39%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A56EEE (or 0xA56EEE) is known color: Medium Purple. HEX triplet: A5, 6E and EE. RGB value is (165,110,238). Sum of RGB (Red+Green+Blue) = 165+110+238=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #A56EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56EEE is #5A9111. Grayscale: #8C8C8C. Windows color (decimal): -5935378 or 15625893. OLE color: 15625893.

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

Color convert

RGB 165 110 238 -
CMYK 0.31 0.54 0 0.07
HSL 265.78º 0.79% 0.68% -
HSV(B) 265.78º 0.54% 0.93% -
XYZ 36.53 25.32 83.85 -
YUV 141.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 165 110 238 0.31 0.54 0 0.07 265.78 0.79 0.68
Hex A5 6E EE 1F 36 0 7 10A 4F 44
Octal 245 156 356 37 66 0 7 412 117 104
Binary 10100101 1101110 11101110 11111 110110 0 111 100001010 1001111 1000100

Color Harmonies of #A56EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56EEE

Black with #A56EEE

Text Example


Text Example

White with #A56EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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