#A675E8

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

Shades of Medium Purple #A675E8

Tints of Medium Purple #A675E8

Color information

#A675E8 (or 0xA675E8) is unknown color: approx Medium Purple. HEX triplet: A6, 75 and E8. RGB value is (166,117,232). Sum of RGB (Red+Green+Blue) = 166+117+232=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #A675E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A675E8 is #598A17. Grayscale: #909090. Windows color (decimal): -5868056 or 15234470. OLE color: 15234470.

HSL color Cylindrical-coordinate representation of color #A675E8: hue angle of 265.57º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A675E8 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB166117232-
CMYK0.280.5000.09
HSL265.57º71.43%68.43%-
HSV(B)265.57º49.57%90.98%-
XYZ36.6526.6679.56-
YUV144.76177.23143.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.23%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 232 (91.02% from 255) = 45.05%
R=32.23%
G=22.72%
B=45.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1661172320.280.5000.09265.5771.4368.43
HexA675E81C320910a4744
Octal2461653503462011412107104
Binary10100110111010111101000111001100100100110000101010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A675E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A675E8; }

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

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

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

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

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

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

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

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