#a67cf2

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

Shades of Medium Purple #A67CF2

Tints of Medium Purple #A67CF2

Color information

#A67CF2 (or 0xA67CF2) is unknown color: approx Medium Purple. HEX triplet: A6, 7C and F2. RGB value is (166,124,242). Sum of RGB (Red+Green+Blue) = 166+124+242=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #A67CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67CF2 is #59830D. Grayscale: #959595. Windows color (decimal): -5866254 or 15891622. OLE color: 15891622.

HSL color Cylindrical-coordinate representation of color #A67CF2: hue angle of 261.36º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A67CF2 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166124242-
CMYK0.310.4900.05
HSL261.36º81.94%71.76%-
HSV(B)261.36º48.76%94.9%-
XYZ38.9628.9387.54-
YUV150.01179.91139.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.20%
GREEN value IS 124 (48.83% from 255) = 23.31%
BLUE value IS 242 (94.92% from 255) = 45.49%
R=31.20%
G=23.31%
B=45.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661242420.310.4900.05261.3681.9471.76
HexA67CF21F31051055248
Octal246174362376105405122110
Binary1010011011111001111001011111110001010110000010110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a67cf2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a67cf2; }

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

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

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

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

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

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

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

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