#A67CED

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

Shades of Medium Purple #A67CED

Tints of Medium Purple #A67CED

Color information

#A67CED (or 0xA67CED) is unknown color: approx Medium Purple. HEX triplet: A6, 7C and ED. RGB value is (166,124,237). Sum of RGB (Red+Green+Blue) = 166+124+237=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #A67CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67CED is #598312. Grayscale: #959595. Windows color (decimal): -5866259 or 15563942. OLE color: 15563942.

HSL color Cylindrical-coordinate representation of color #A67CED: hue angle of 262.3º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A67CED is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166124237-
CMYK0.300.4800.07
HSL262.3º75.84%70.78%-
HSV(B)262.3º47.68%92.94%-
XYZ38.2228.6483.63-
YUV149.44177.41139.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.50%
GREEN value IS 124 (48.83% from 255) = 23.53%
BLUE value IS 237 (92.97% from 255) = 44.97%
R=31.50%
G=23.53%
B=44.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661242370.300.4800.07262.375.8470.78
HexA67CED1E30071064c47
Octal246174355366007406114107
Binary1010011011111001110110111110110000011110000011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67CED; }

 p { color: rgb(166,124,237); }

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

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

 a { background-color: rgb(166,124,237); }

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

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

 span { border-color: rgb(166,124,237); }

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