Html Css Color HEX #A975FA Medium Purple

📋 copy color: '#A975FA'

red 169 ◦ green 117 ◦ blue 250

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

Shades of Medium Purple #A975FA

Tints of Medium Purple #A975FA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.83%

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

R = 31.53%
G = 21.83%
B = 46.64%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A975FA (or 0xA975FA) is known color: Medium Purple. HEX triplet: A9, 75 and FA. RGB value is (169,117,250). Sum of RGB (Red+Green+Blue) = 169+117+250=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #A975FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A975FA is #568A05. Grayscale: #939393. Windows color (decimal): -5671430 or 16414121. OLE color: 16414121.

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

Color convert

RGB 169 117 250 -
CMYK 0.32 0.53 0 0.02
HSL 263.46º 0.93% 0.72% -
HSV(B) 263.46º 0.53% 0.98% -
XYZ 39.98 28.06 93.75 -
YUV 147.71 185.73 143.19 -
System Red Green Blue C M Y K H S L
Decimal 169 117 250 0.32 0.53 0 0.02 263.46 0.93 0.72
Hex A9 75 FA 20 35 0 2 107 5D 48
Octal 251 165 372 40 65 0 2 407 135 110
Binary 10101001 1110101 11111010 100000 110101 0 10 100000111 1011101 1001000

Color Harmonies of #A975FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A975FA

Black with #A975FA

Text Example


Text Example

White with #A975FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A975FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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