#A569ED

Color #A569ED Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A569ED

Tints of Medium Purple #A569ED

Color information

#A569ED (or 0xA569ED) is unknown color: approx Medium Purple. HEX triplet: A5, 69 and ED. RGB value is (165,105,237). Sum of RGB (Red+Green+Blue) = 165+105+237=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #A569ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A569ED is #5A9612. Grayscale: #898989. Windows color (decimal): -5936659 or 15559077. OLE color: 15559077.

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

Color convert

RGB165105237-
CMYK0.300.5600.07
HSL267.27º78.57%67.06%-
HSV(B)267.27º55.7%92.94%-
XYZ35.8524.2282.91-
YUV137.99183.88147.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 105 (41.41% from 255) = 20.71%
BLUE value IS 237 (92.97% from 255) = 46.75%
R=32.54%
G=20.71%
B=46.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651052370.300.5600.07267.2778.5767.06
HexA569ED1E380710b4f43
Octal245151355367007413117103
Binary1010010111010011110110111110111000011110000101110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A569ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A569ED; }

 p { color: rgb(165,105,237); }

 H1.HeaderClassName
 {
   color: #A569ED;
 }
 .AnyTagClassName
 {
   color: #A569ED;
 }
</style>
background-color css

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

 a { background-color: rgb(165,105,237); }

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

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

 span { border-color: rgb(165,105,237); }

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