#A67BD6

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

Shades of Medium Purple #A67BD6

Tints of Medium Purple #A67BD6

Color information

#A67BD6 (or 0xA67BD6) is unknown color: approx Medium Purple. HEX triplet: A6, 7B and D6. RGB value is (166,123,214). Sum of RGB (Red+Green+Blue) = 166+123+214=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 214 - color contains mainly: blue. Hex color #A67BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67BD6 is #598429. Grayscale: #919191. Windows color (decimal): -5866538 or 14056358. OLE color: 14056358.

HSL color Cylindrical-coordinate representation of color #A67BD6: hue angle of 268.35º 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 #A67BD6 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166123214-
CMYK0.220.4300.16
HSL268.35º52.6%66.08%-
HSV(B)268.35º42.52%83.92%-
XYZ34.9527.1367.01-
YUV146.23166.25142.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 123 (48.44% from 255) = 24.45%
BLUE value IS 214 (83.98% from 255) = 42.54%
R=33.00%
G=24.45%
B=42.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661232140.220.4300.16268.3552.666.08
HexA67BD6162B01010c3542
Octal246173326265302041465102
Binary10100110111101111010110101101010110100001000011001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67BD6; }

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

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

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

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

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

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

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

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