Html Css Color HEX #A970EC Medium Purple

📋 copy color: '#A970EC'

red 169 ◦ green 112 ◦ blue 236

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

Shades of Medium Purple #A970EC

Tints of Medium Purple #A970EC

RGB

 RED value IS 169 (66.41% from 255) = 32.69%

 GREEN value IS 112 (44.14% from 255) = 21.66%

 BLUE value IS 236 (92.58% from 255) = 45.65%

R = 32.69%
G = 21.66%
B = 45.65%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A970EC (or 0xA970EC) is known color: Medium Purple. HEX triplet: A9, 70 and EC. RGB value is (169,112,236). Sum of RGB (Red+Green+Blue) = 169+112+236=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #A970EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A970EC is #568F13. Grayscale: #8E8E8E. Windows color (decimal): -5672724 or 15495337. OLE color: 15495337.

HSL color Cylindrical-coordinate representation of color #A970EC: hue angle of 267.58º degrees, saturation: 0.77, 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 #A970EC is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 112 236 -
CMYK 0.28 0.53 0 0.07
HSL 267.58º 0.77% 0.68% -
HSV(B) 267.58º 0.53% 0.93% -
XYZ 37.3 26.08 82.42 -
YUV 143.18 180.38 146.42 -
System Red Green Blue C M Y K H S L
Decimal 169 112 236 0.28 0.53 0 0.07 267.58 0.77 0.68
Hex A9 70 EC 1C 35 0 7 10C 4D 44
Octal 251 160 354 34 65 0 7 414 115 104
Binary 10101001 1110000 11101100 11100 110101 0 111 100001100 1001101 1000100

Color Harmonies of #A970EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A970EC

Black with #A970EC

Text Example


Text Example

White with #A970EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A970EC; }

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

 H1.HeaderClassName
 {
   color: #A970EC;
 }
 .AnyTagClassName
 {
   color: #A970EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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