#a67bd7

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

Shades of Medium Purple #A67BD7

Tints of Medium Purple #A67BD7

Color information

#A67BD7 (or 0xA67BD7) is unknown color: approx Medium Purple. HEX triplet: A6, 7B and D7. RGB value is (166,123,215). Sum of RGB (Red+Green+Blue) = 166+123+215=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #A67BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67BD7 is #598428. Grayscale: #929292. Windows color (decimal): -5866537 or 14121894. OLE color: 14121894.

HSL color Cylindrical-coordinate representation of color #A67BD7: hue angle of 268.04º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A67BD7 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166123215-
CMYK0.230.4300.16
HSL268.04º53.49%66.27%-
HSV(B)268.04º42.79%84.31%-
XYZ35.0727.1867.69-
YUV146.34166.75142.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.94%
GREEN value IS 123 (48.44% from 255) = 24.40%
BLUE value IS 215 (84.38% from 255) = 42.66%
R=32.94%
G=24.40%
B=42.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661232150.230.4300.16268.0453.4966.27
HexA67BD7172B01010c3542
Octal246173327275302041465102
Binary10100110111101111010111101111010110100001000011001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a67bd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a67bd7; }

 p { color: rgb(166,123,215); }

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

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

 a { background-color: rgb(166,123,215); }

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

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

 span { border-color: rgb(166,123,215); }

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