#A970EE

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

Shades of Medium Purple #A970EE

Tints of Medium Purple #A970EE

Color information

#A970EE (or 0xA970EE) is unknown color: approx Medium Purple. HEX triplet: A9, 70 and EE. RGB value is (169,112,238). Sum of RGB (Red+Green+Blue) = 169+112+238=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #A970EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A970EE is #568F11. Grayscale: #8E8E8E. Windows color (decimal): -5672722 or 15626409. OLE color: 15626409.

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

Color convert

RGB169112238-
CMYK0.290.5300.07
HSL267.14º78.75%68.63%-
HSV(B)267.14º52.94%93.33%-
XYZ37.5926.283.96-
YUV143.41181.38146.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 112 (44.14% from 255) = 21.58%
BLUE value IS 238 (93.36% from 255) = 45.86%
R=32.56%
G=21.58%
B=45.86%

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
Decimal1691122380.290.5300.07267.1478.7568.63
HexA970EE1D350710b4f45
Octal251160356356507413117105
Binary1010100111100001110111011101110101011110000101110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A970EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A970EE; }

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

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

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

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

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

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

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

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