#A075EB

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

Shades of Medium Purple #A075EB

Tints of Medium Purple #A075EB

Color information

#A075EB (or 0xA075EB) is unknown color: approx Medium Purple. HEX triplet: A0, 75 and EB. RGB value is (160,117,235). Sum of RGB (Red+Green+Blue) = 160+117+235=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #A075EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A075EB is #5F8A14. Grayscale: #8E8E8E. Windows color (decimal): -6261269 or 15431072. OLE color: 15431072.

HSL color Cylindrical-coordinate representation of color #A075EB: hue angle of 261.86º degrees, saturation: 0.75, 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 #A075EB is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160117235-
CMYK0.320.5000.08
HSL261.86º74.68%69.02%-
HSV(B)261.86º50.21%92.16%-
XYZ35.8526.1981.76-
YUV143.31179.75139.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.25%
GREEN value IS 117 (46.09% from 255) = 22.85%
BLUE value IS 235 (92.19% from 255) = 45.90%
R=31.25%
G=22.85%
B=45.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601172350.320.5000.08261.8674.6869.02
HexA075EB2032081064b45
Octal2401653534062010406113105
Binary101000001110101111010111000001100100100010000011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A075EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A075EB; }

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

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

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

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

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

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

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

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