Html Css Color HEX #A975F9 Medium Purple

📋 copy color: '#A975F9'

red 169 ◦ green 117 ◦ blue 249

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

Shades of Medium Purple #A975F9

Tints of Medium Purple #A975F9

RGB

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

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

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

R = 31.59%
G = 21.87%
B = 46.54%

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

#A975F9 (or 0xA975F9) is known color: Medium Purple. HEX triplet: A9, 75 and F9. RGB value is (169,117,249). Sum of RGB (Red+Green+Blue) = 169+117+249=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #A975F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A975F9 is #568A06. Grayscale: #939393. Windows color (decimal): -5671431 or 16348585. OLE color: 16348585.

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

Color convert

RGB 169 117 249 -
CMYK 0.32 0.53 0 0.02
HSL 263.64º 0.92% 0.72% -
HSV(B) 263.64º 0.53% 0.98% -
XYZ 39.82 28 92.93 -
YUV 147.6 185.23 143.27 -
System Red Green Blue C M Y K H S L
Decimal 169 117 249 0.32 0.53 0 0.02 263.64 0.92 0.72
Hex A9 75 F9 20 35 0 2 108 5C 48
Octal 251 165 371 40 65 0 2 410 134 110
Binary 10101001 1110101 11111001 100000 110101 0 10 100001000 1011100 1001000

Color Harmonies of #A975F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A975F9

Black with #A975F9

Text Example


Text Example

White with #A975F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A975F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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