Html Css Color HEX #A970FA Medium Purple

📋 copy color: '#A970FA'

red 169 ◦ green 112 ◦ blue 250

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

Shades of Medium Purple #A970FA

Tints of Medium Purple #A970FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.08%

R = 31.83%
G = 21.09%
B = 47.08%

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

#A970FA (or 0xA970FA) is known color: Medium Purple. HEX triplet: A9, 70 and FA. RGB value is (169,112,250). Sum of RGB (Red+Green+Blue) = 169+112+250=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #A970FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A970FA is #568F05. Grayscale: #909090. Windows color (decimal): -5672710 or 16412841. OLE color: 16412841.

HSL color Cylindrical-coordinate representation of color #A970FA: hue angle of 264.78º degrees, saturation: 0.93, 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 #A970FA is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 112 250 -
CMYK 0.32 0.55 0 0.02
HSL 264.78º 0.93% 0.71% -
HSV(B) 264.78º 0.55% 0.98% -
XYZ 39.41 26.93 93.56 -
YUV 144.78 187.38 145.28 -
System Red Green Blue C M Y K H S L
Decimal 169 112 250 0.32 0.55 0 0.02 264.78 0.93 0.71
Hex A9 70 FA 20 37 0 2 109 5D 47
Octal 251 160 372 40 67 0 2 411 135 107
Binary 10101001 1110000 11111010 100000 110111 0 10 100001001 1011101 1000111

Color Harmonies of #A970FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A970FA

Black with #A970FA

Text Example


Text Example

White with #A970FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A970FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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