#A670E6

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

Shades of Medium Purple #A670E6

Tints of Medium Purple #A670E6

Color information

#A670E6 (or 0xA670E6) is unknown color: approx Medium Purple. HEX triplet: A6, 70 and E6. RGB value is (166,112,230). Sum of RGB (Red+Green+Blue) = 166+112+230=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #A670E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A670E6 is #598F19. Grayscale: #8D8D8D. Windows color (decimal): -5869338 or 15102118. OLE color: 15102118.

HSL color Cylindrical-coordinate representation of color #A670E6: hue angle of 267.46º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A670E6 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB166112230-
CMYK0.280.5100.10
HSL267.46º70.24%67.06%-
HSV(B)267.46º51.3%90.2%-
XYZ35.825.4177.88-
YUV141.6177.89145.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.68%
GREEN value IS 112 (44.14% from 255) = 22.05%
BLUE value IS 230 (90.23% from 255) = 45.28%
R=32.68%
G=22.05%
B=45.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1661122300.280.5100.10267.4670.2467.06
HexA670E61C330A10b4643
Octal2461603463463012413106103
Binary10100110111000011100110111001100110101010000101110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A670E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A670E6; }

 p { color: rgb(166,112,230); }

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

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

 a { background-color: rgb(166,112,230); }

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

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

 span { border-color: rgb(166,112,230); }

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