#A675E0

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

Shades of Medium Purple #A675E0

Tints of Medium Purple #A675E0

Color information

#A675E0 (or 0xA675E0) is unknown color: approx Medium Purple. HEX triplet: A6, 75 and E0. RGB value is (166,117,224). Sum of RGB (Red+Green+Blue) = 166+117+224=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #A675E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675E0 is #598A1F. Grayscale: #8F8F8F. Windows color (decimal): -5868064 or 14710182. OLE color: 14710182.

HSL color Cylindrical-coordinate representation of color #A675E0: hue angle of 267.48º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A675E0 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166117224-
CMYK0.260.4800.12
HSL267.48º63.31%66.86%-
HSV(B)267.48º47.77%87.84%-
XYZ35.5426.2173.71-
YUV143.85173.23143.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 117 (46.09% from 255) = 23.08%
BLUE value IS 224 (87.89% from 255) = 44.18%
R=32.74%
G=23.08%
B=44.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1661172240.260.4800.12267.4863.3166.86
HexA675E01A300C10b3f43
Octal246165340326001441377103
Binary1010011011101011110000011010110000011001000010111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A675E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A675E0; }

 p { color: rgb(166,117,224); }

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

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

 a { background-color: rgb(166,117,224); }

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

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

 span { border-color: rgb(166,117,224); }

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