#A486CC

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

Shades of Cold Purple #A486CC

Tints of Cold Purple #A486CC

Color information

#A486CC (or 0xA486CC) is unknown color: approx Cold Purple. HEX triplet: A4, 86 and CC. RGB value is (164,134,204). Sum of RGB (Red+Green+Blue) = 164+134+204=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #A486CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486CC is #5B7933. Grayscale: #969696. Windows color (decimal): -5994804 or 13403812. OLE color: 13403812.

HSL color Cylindrical-coordinate representation of color #A486CC: hue angle of 265.71º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A486CC is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB164134204-
CMYK0.200.3400.2
HSL265.71º40.7%66.27%-
HSV(B)265.71º34.31%80%-
XYZ34.7329.360.95-
YUV150.95157.94137.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 134 (52.73% from 255) = 26.69%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=32.67%
G=26.69%
B=40.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1641342040.200.3400.2265.7140.766.27
HexA486CC142201410a2942
Octal244206314244202441251102
Binary101001001000011011001100101001000100101001000010101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A486CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A486CC; }

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

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

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

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

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

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

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

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