#A075EA

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

Shades of Medium Purple #A075EA

Tints of Medium Purple #A075EA

Color information

#A075EA (or 0xA075EA) is unknown color: approx Medium Purple. HEX triplet: A0, 75 and EA. RGB value is (160,117,234). Sum of RGB (Red+Green+Blue) = 160+117+234=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #A075EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A075EA is #5F8A15. Grayscale: #8E8E8E. Windows color (decimal): -6261270 or 15365536. OLE color: 15365536.

HSL color Cylindrical-coordinate representation of color #A075EA: hue angle of 262.05º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A075EA is Cyan = 0.32, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160117234-
CMYK0.320.500.08
HSL262.05º73.58%68.82%-
HSV(B)262.05º50%91.76%-
XYZ35.7126.1481-
YUV143.2179.25139.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.31%
GREEN value IS 117 (46.09% from 255) = 22.90%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=31.31%
G=22.90%
B=45.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601172340.320.500.08262.0573.5868.82
HexA075EA2032081064a45
Octal2401653524062010406112105
Binary101000001110101111010101000001100100100010000011010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A075EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A075EA; }

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

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

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

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

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

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

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

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