Html Css Color HEX #A975FC Medium Purple

📋 copy color: '#A975FC'

red 169 ◦ green 117 ◦ blue 252

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

Shades of Medium Purple #A975FC

Tints of Medium Purple #A975FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.84%

R = 31.41%
G = 21.75%
B = 46.84%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A975FC (or 0xA975FC) is known color: Medium Purple. HEX triplet: A9, 75 and FC. RGB value is (169,117,252). Sum of RGB (Red+Green+Blue) = 169+117+252=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #A975FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A975FC is #568A03. Grayscale: #939393. Windows color (decimal): -5671428 or 16545193. OLE color: 16545193.

HSL color Cylindrical-coordinate representation of color #A975FC: hue angle of 263.11º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A975FC is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 117 252 -
CMYK 0.33 0.54 0 0.01
HSL 263.11º 0.96% 0.72% -
HSV(B) 263.11º 0.54% 0.99% -
XYZ 40.29 28.19 95.41 -
YUV 147.94 186.73 143.02 -
System Red Green Blue C M Y K H S L
Decimal 169 117 252 0.33 0.54 0 0.01 263.11 0.96 0.72
Hex A9 75 FC 21 36 0 1 107 60 48
Octal 251 165 374 41 66 0 1 407 140 110
Binary 10101001 1110101 11111100 100001 110110 0 1 100000111 1100000 1001000

Color Harmonies of #A975FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A975FC

Black with #A975FC

Text Example


Text Example

White with #A975FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A975FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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