Html Css Color HEX #A970F9 Medium Purple

📋 copy color: '#A970F9'

red 169 ◦ green 112 ◦ blue 249

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

Shades of Medium Purple #A970F9

Tints of Medium Purple #A970F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.98%

R = 31.89%
G = 21.13%
B = 46.98%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A970F9 (or 0xA970F9) is known color: Medium Purple. HEX triplet: A9, 70 and F9. RGB value is (169,112,249). Sum of RGB (Red+Green+Blue) = 169+112+249=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #A970F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A970F9 is #568F06. Grayscale: #909090. Windows color (decimal): -5672711 or 16347305. OLE color: 16347305.

HSL color Cylindrical-coordinate representation of color #A970F9: hue angle of 264.96º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A970F9 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 112 249 -
CMYK 0.32 0.55 0 0.02
HSL 264.96º 0.92% 0.71% -
HSV(B) 264.96º 0.55% 0.98% -
XYZ 39.26 26.86 92.74 -
YUV 144.66 186.88 145.36 -
System Red Green Blue C M Y K H S L
Decimal 169 112 249 0.32 0.55 0 0.02 264.96 0.92 0.71
Hex A9 70 F9 20 37 0 2 109 5C 47
Octal 251 160 371 40 67 0 2 411 134 107
Binary 10101001 1110000 11111001 100000 110111 0 10 100001001 1011100 1000111

Color Harmonies of #A970F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A970F9

Black with #A970F9

Text Example


Text Example

White with #A970F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A970F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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