Html Css Color HEX #A970E5 Medium Purple

📋 copy color: '#A970E5'

red 169 ◦ green 112 ◦ blue 229

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

Shades of Medium Purple #A970E5

Tints of Medium Purple #A970E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.9%

R = 33.14%
G = 21.96%
B = 44.9%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A970E5 (or 0xA970E5) is known color: Medium Purple. HEX triplet: A9, 70 and E5. RGB value is (169,112,229). Sum of RGB (Red+Green+Blue) = 169+112+229=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #A970E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970E5 is #568F1A. Grayscale: #8D8D8D. Windows color (decimal): -5672731 or 15036585. OLE color: 15036585.

HSL color Cylindrical-coordinate representation of color #A970E5: hue angle of 269.23º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A970E5 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 112 229 -
CMYK 0.26 0.51 0 0.10
HSL 269.23º 0.69% 0.67% -
HSV(B) 269.23º 0.51% 0.9% -
XYZ 36.3 25.68 77.17 -
YUV 142.38 176.88 146.99 -
System Red Green Blue C M Y K H S L
Decimal 169 112 229 0.26 0.51 0 0.10 269.23 0.69 0.67
Hex A9 70 E5 1A 33 0 A 10D 45 43
Octal 251 160 345 32 63 0 12 415 105 103
Binary 10101001 1110000 11100101 11010 110011 0 1010 100001101 1000101 1000011

Color Harmonies of #A970E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A970E5

Black with #A970E5

Text Example


Text Example

White with #A970E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A970E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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