#A967ED

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

Shades of Medium Purple #A967ED

Tints of Medium Purple #A967ED

Color information

#A967ED (or 0xA967ED) is unknown color: approx Medium Purple. HEX triplet: A9, 67 and ED. RGB value is (169,103,237). Sum of RGB (Red+Green+Blue) = 169+103+237=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #A967ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A967ED is #569812. Grayscale: #898989. Windows color (decimal): -5675027 or 15558569. OLE color: 15558569.

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

Color convert

RGB169103237-
CMYK0.290.5700.07
HSL269.55º78.82%66.67%-
HSV(B)269.55º56.54%92.94%-
XYZ36.524.2582.88-
YUV138.01183.87150.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.20%
GREEN value IS 103 (40.62% from 255) = 20.24%
BLUE value IS 237 (92.97% from 255) = 46.56%
R=33.20%
G=20.24%
B=46.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691032370.290.5700.07269.5578.8266.67
HexA967ED1D390710e4f43
Octal251147355357107416117103
Binary1010100111001111110110111101111001011110000111010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A967ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A967ED; }

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

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

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

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

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

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

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

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