Html Css Color HEX #A970F0 Medium Purple

📋 copy color: '#A970F0'

red 169 ◦ green 112 ◦ blue 240

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

Shades of Medium Purple #A970F0

Tints of Medium Purple #A970F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.07%

R = 32.44%
G = 21.5%
B = 46.07%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A970F0 (or 0xA970F0) is known color: Medium Purple. HEX triplet: A9, 70 and F0. RGB value is (169,112,240). Sum of RGB (Red+Green+Blue) = 169+112+240=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #A970F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A970F0 is #568F0F. Grayscale: #8F8F8F. Windows color (decimal): -5672720 or 15757481. OLE color: 15757481.

HSL color Cylindrical-coordinate representation of color #A970F0: hue angle of 266.72º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A970F0 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 112 240 -
CMYK 0.30 0.53 0 0.06
HSL 266.72º 0.81% 0.69% -
HSV(B) 266.72º 0.53% 0.94% -
XYZ 37.88 26.31 85.52 -
YUV 143.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 169 112 240 0.30 0.53 0 0.06 266.72 0.81 0.69
Hex A9 70 F0 1E 35 0 6 10B 51 45
Octal 251 160 360 36 65 0 6 413 121 105
Binary 10101001 1110000 11110000 11110 110101 0 110 100001011 1010001 1000101

Color Harmonies of #A970F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A970F0

Black with #A970F0

Text Example


Text Example

White with #A970F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A970F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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