#A975E6

Color #A975E6 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A975E6

Tints of Medium Purple #A975E6

Color information

#A975E6 (or 0xA975E6) is unknown color: approx Medium Purple. HEX triplet: A9, 75 and E6. RGB value is (169,117,230). Sum of RGB (Red+Green+Blue) = 169+117+230=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #A975E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A975E6 is #568A19. Grayscale: #919191. Windows color (decimal): -5671450 or 15103401. OLE color: 15103401.

HSL color Cylindrical-coordinate representation of color #A975E6: hue angle of 267.61º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A975E6 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB169117230-
CMYK0.270.4900.10
HSL267.61º69.33%68.04%-
HSV(B)267.61º49.13%90.2%-
XYZ37.0126.8778.1-
YUV145.43175.73144.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.75%
GREEN value IS 117 (46.09% from 255) = 22.67%
BLUE value IS 230 (90.23% from 255) = 44.57%
R=32.75%
G=22.67%
B=44.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1691172300.270.4900.10267.6169.3368.04
HexA975E61B310A10c4544
Octal2511653463361012414105104
Binary10101001111010111100110110111100010101010000110010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A975E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A975E6; }

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

 H1.HeaderClassName
 {
   color: #A975E6;
 }
 .AnyTagClassName
 {
   color: #A975E6;
 }
</style>
background-color css

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

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

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

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

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

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