Html Css Color HEX #A970EE Medium Purple

📋 copy color: '#A970EE'

red 169 ◦ green 112 ◦ blue 238

#A970EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #A970EE

Tints of Medium Purple #A970EE

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 value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A970EE (or 0xA970EE) is known color: 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

RGB 169 112 238 -
CMYK 0.29 0.53 0 0.07
HSL 267.14º 0.79% 0.69% -
HSV(B) 267.14º 0.53% 0.93% -
XYZ 37.59 26.2 83.96 -
YUV 143.41 181.38 146.25 -
System Red Green Blue C M Y K H S L
Decimal 169 112 238 0.29 0.53 0 0.07 267.14 0.79 0.69
Hex A9 70 EE 1D 35 0 7 10B 4F 45
Octal 251 160 356 35 65 0 7 413 117 105
Binary 10101001 1110000 11101110 11101 110101 0 111 100001011 1001111 1000101

Color Harmonies of #A970EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A970EE

Black with #A970EE

Text Example


Text Example

White with #A970EE

Text Example


Text Example

HTML Codes & Css Web 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>