#A67FEB

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

Shades of Medium Purple #A67FEB

Tints of Medium Purple #A67FEB

Color information

#A67FEB (or 0xA67FEB) is unknown color: approx Medium Purple. HEX triplet: A6, 7F and EB. RGB value is (166,127,235). Sum of RGB (Red+Green+Blue) = 166+127+235=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #A67FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67FEB is #598014. Grayscale: #969696. Windows color (decimal): -5865493 or 15433638. OLE color: 15433638.

HSL color Cylindrical-coordinate representation of color #A67FEB: hue angle of 261.67º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A67FEB is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166127235-
CMYK0.290.4600.08
HSL261.67º72.97%70.98%-
HSV(B)261.67º45.96%92.16%-
XYZ38.3129.2882.23-
YUV150.97175.42138.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.44%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 235 (92.19% from 255) = 44.51%
R=31.44%
G=24.05%
B=44.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661272350.290.4600.08261.6772.9770.98
HexA67FEB1D2E081064947
Octal2461773533556010406111107
Binary10100110111111111101011111011011100100010000011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67FEB; }

 p { color: rgb(166,127,235); }

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

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

 a { background-color: rgb(166,127,235); }

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

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

 span { border-color: rgb(166,127,235); }

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