Html Css Color HEX #A975E9 Medium Purple

📋 copy color: '#A975E9'

red 169 ◦ green 117 ◦ blue 233

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

Shades of Medium Purple #A975E9

Tints of Medium Purple #A975E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.89%

R = 32.56%
G = 22.54%
B = 44.89%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A975E9 (or 0xA975E9) is known color: Medium Purple. HEX triplet: A9, 75 and E9. RGB value is (169,117,233). Sum of RGB (Red+Green+Blue) = 169+117+233=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 233 - color contains mainly: blue. Hex color #A975E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A975E9 is #568A16. Grayscale: #919191. Windows color (decimal): -5671447 or 15300009. OLE color: 15300009.

HSL color Cylindrical-coordinate representation of color #A975E9: hue angle of 266.9º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A975E9 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 117 233 -
CMYK 0.27 0.50 0 0.09
HSL 266.9º 0.73% 0.69% -
HSV(B) 266.9º 0.5% 0.91% -
XYZ 37.43 27.04 80.34 -
YUV 145.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 169 117 233 0.27 0.50 0 0.09 266.9 0.73 0.69
Hex A9 75 E9 1B 32 0 9 10B 48 45
Octal 251 165 351 33 62 0 11 413 110 105
Binary 10101001 1110101 11101001 11011 110010 0 1001 100001011 1001000 1000101

Color Harmonies of #A975E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A975E9

Black with #A975E9

Text Example


Text Example

White with #A975E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A975E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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