#a075f6

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

Shades of Medium Purple #A075F6

Tints of Medium Purple #A075F6

Color information

#A075F6 (or 0xA075F6) is unknown color: approx Medium Purple. HEX triplet: A0, 75 and F6. RGB value is (160,117,246). Sum of RGB (Red+Green+Blue) = 160+117+246=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #A075F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A075F6 is #5F8A09. Grayscale: #909090. Windows color (decimal): -6261258 or 16151968. OLE color: 16151968.

HSL color Cylindrical-coordinate representation of color #A075F6: hue angle of 260º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A075F6 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB160117246-
CMYK0.350.5200.04
HSL260º87.76%71.18%-
HSV(B)260º52.44%96.47%-
XYZ37.4926.8590.4-
YUV144.56185.25139.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 117 (46.09% from 255) = 22.37%
BLUE value IS 246 (96.48% from 255) = 47.04%
R=30.59%
G=22.37%
B=47.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1601172460.350.5200.0426087.7671.18
HexA075F62334041045847
Octal240165366436404404130107
Binary10100000111010111110110100011110100010010000010010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a075f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a075f6; }

 p { color: rgb(160,117,246); }

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

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

 a { background-color: rgb(160,117,246); }

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

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

 span { border-color: rgb(160,117,246); }

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