#A486C4

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

Shades of Cold Purple #A486C4

Tints of Cold Purple #A486C4

Color information

#A486C4 (or 0xA486C4) is unknown color: approx Cold Purple. HEX triplet: A4, 86 and C4. RGB value is (164,134,196). Sum of RGB (Red+Green+Blue) = 164+134+196=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 196 - color contains mainly: blue. Hex color #A486C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486C4 is #5B793B. Grayscale: #959595. Windows color (decimal): -5994812 or 12879524. OLE color: 12879524.

HSL color Cylindrical-coordinate representation of color #A486C4: hue angle of 269.03º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A486C4 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB164134196-
CMYK0.160.3200.23
HSL269.03º34.44%64.71%-
HSV(B)269.03º31.63%76.86%-
XYZ33.828.9356.03-
YUV150.04153.94137.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 196 (76.95% from 255) = 39.68%
R=33.20%
G=27.13%
B=39.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641341960.160.3200.23269.0334.4464.71
HexA486C4102001710d2241
Octal244206304204002741542101
Binary101001001000011011000100100001000000101111000011011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A486C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A486C4; }

 p { color: rgb(164,134,196); }

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

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

 a { background-color: rgb(164,134,196); }

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

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

 span { border-color: rgb(164,134,196); }

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