Html Css Color HEX #A975EC Medium Purple

📋 copy color: '#A975EC'

red 169 ◦ green 117 ◦ blue 236

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

Shades of Medium Purple #A975EC

Tints of Medium Purple #A975EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.21%

R = 32.38%
G = 22.41%
B = 45.21%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A975EC (or 0xA975EC) is known color: Medium Purple. HEX triplet: A9, 75 and EC. RGB value is (169,117,236). Sum of RGB (Red+Green+Blue) = 169+117+236=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #A975EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A975EC is #568A13. Grayscale: #919191. Windows color (decimal): -5671444 or 15496617. OLE color: 15496617.

HSL color Cylindrical-coordinate representation of color #A975EC: hue angle of 266.22º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A975EC is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 117 236 -
CMYK 0.28 0.50 0 0.07
HSL 266.22º 0.76% 0.69% -
HSV(B) 266.22º 0.5% 0.93% -
XYZ 37.86 27.21 82.61 -
YUV 146.11 178.73 144.32 -
System Red Green Blue C M Y K H S L
Decimal 169 117 236 0.28 0.50 0 0.07 266.22 0.76 0.69
Hex A9 75 EC 1C 32 0 7 10A 4C 45
Octal 251 165 354 34 62 0 7 412 114 105
Binary 10101001 1110101 11101100 11100 110010 0 111 100001010 1001100 1000101

Color Harmonies of #A975EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A975EC

Black with #A975EC

Text Example


Text Example

White with #A975EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A975EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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