#A075F2

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

Shades of Medium Purple #A075F2

Tints of Medium Purple #A075F2

Color information

#A075F2 (or 0xA075F2) is unknown color: approx Medium Purple. HEX triplet: A0, 75 and F2. RGB value is (160,117,242). Sum of RGB (Red+Green+Blue) = 160+117+242=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #A075F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A075F2 is #5F8A0D. Grayscale: #8F8F8F. Windows color (decimal): -6261262 or 15889824. OLE color: 15889824.

HSL color Cylindrical-coordinate representation of color #A075F2: hue angle of 260.64º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A075F2 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160117242-
CMYK0.340.5200.05
HSL260.64º82.78%70.39%-
HSV(B)260.64º51.65%94.9%-
XYZ36.8926.6187.2-
YUV144.11183.25139.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.83%
GREEN value IS 117 (46.09% from 255) = 22.54%
BLUE value IS 242 (94.92% from 255) = 46.63%
R=30.83%
G=22.54%
B=46.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601172420.340.5200.05260.6482.7870.39
HexA075F22234051055346
Octal240165362426405405123106
Binary10100000111010111110010100010110100010110000010110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A075F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A075F2; }

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

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

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

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

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

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

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

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