#A970ED

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

Shades of Medium Purple #A970ED

Tints of Medium Purple #A970ED

Color information

#A970ED (or 0xA970ED) is unknown color: approx Medium Purple. HEX triplet: A9, 70 and ED. RGB value is (169,112,237). Sum of RGB (Red+Green+Blue) = 169+112+237=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #A970ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A970ED is #568F12. Grayscale: #8E8E8E. Windows color (decimal): -5672723 or 15560873. OLE color: 15560873.

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

Color convert

RGB169112237-
CMYK0.290.5300.07
HSL267.36º77.64%68.43%-
HSV(B)267.36º52.74%92.94%-
XYZ37.4426.1483.19-
YUV143.29180.88146.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 112 (44.14% from 255) = 21.62%
BLUE value IS 237 (92.97% from 255) = 45.75%
R=32.63%
G=21.62%
B=45.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691122370.290.5300.07267.3677.6468.43
HexA970ED1D350710b4e44
Octal251160355356507413116104
Binary1010100111100001110110111101110101011110000101110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A970ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A970ED; }

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

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

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

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

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

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

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

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