#A675E7

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

Shades of Medium Purple #A675E7

Tints of Medium Purple #A675E7

Color information

#A675E7 (or 0xA675E7) is unknown color: approx Medium Purple. HEX triplet: A6, 75 and E7. RGB value is (166,117,231). Sum of RGB (Red+Green+Blue) = 166+117+231=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #A675E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A675E7 is #598A18. Grayscale: #909090. Windows color (decimal): -5868057 or 15168934. OLE color: 15168934.

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

Color convert

RGB166117231-
CMYK0.280.4900.09
HSL265.79º70.37%68.24%-
HSV(B)265.79º49.35%90.59%-
XYZ36.5126.678.81-
YUV144.65176.73143.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.30%
GREEN value IS 117 (46.09% from 255) = 22.76%
BLUE value IS 231 (90.62% from 255) = 44.94%
R=32.30%
G=22.76%
B=44.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1661172310.280.4900.09265.7970.3768.24
HexA675E71C310910a4644
Octal2461653473461011412106104
Binary10100110111010111100111111001100010100110000101010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A675E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A675E7; }

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

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

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

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

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

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

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

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