#A969ED

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

Shades of Medium Purple #A969ED

Tints of Medium Purple #A969ED

Color information

#A969ED (or 0xA969ED) is unknown color: approx Medium Purple. HEX triplet: A9, 69 and ED. RGB value is (169,105,237). Sum of RGB (Red+Green+Blue) = 169+105+237=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #A969ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A969ED is #569612. Grayscale: #8A8A8A. Windows color (decimal): -5674515 or 15559081. OLE color: 15559081.

HSL color Cylindrical-coordinate representation of color #A969ED: hue angle of 269.09º 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 #A969ED is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169105237-
CMYK0.290.5600.07
HSL269.09º78.57%67.06%-
HSV(B)269.09º55.7%92.94%-
XYZ36.724.6582.94-
YUV139.18183.2149.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 105 (41.41% from 255) = 20.55%
BLUE value IS 237 (92.97% from 255) = 46.38%
R=33.07%
G=20.55%
B=46.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691052370.290.5600.07269.0978.5767.06
HexA969ED1D380710d4f43
Octal251151355357007415117103
Binary1010100111010011110110111101111000011110000110110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A969ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A969ED; }

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

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

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

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

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

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

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

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