#A67FCC

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

Shades of Cold Purple #A67FCC

Tints of Cold Purple #A67FCC

Color information

#A67FCC (or 0xA67FCC) is unknown color: approx Cold Purple. HEX triplet: A6, 7F and CC. RGB value is (166,127,204). Sum of RGB (Red+Green+Blue) = 166+127+204=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #A67FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67FCC is #598033. Grayscale: #939393. Windows color (decimal): -5865524 or 13402022. OLE color: 13402022.

HSL color Cylindrical-coordinate representation of color #A67FCC: hue angle of 270.39º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A67FCC is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB166127204-
CMYK0.190.3800.2
HSL270.39º43.02%64.9%-
HSV(B)270.39º37.75%80%-
XYZ34.2127.6560.66-
YUV147.44159.92141.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 127 (50% from 255) = 25.55%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=33.40%
G=25.55%
B=41.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1661272040.190.3800.2270.3943.0264.9
HexA67FCC132601410e2b41
Octal246177314234602441653101
Binary10100110111111111001100100111001100101001000011101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67FCC; }

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

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

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

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

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

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

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

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