#A485D2

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

Shades of Cold Purple #A485D2

Tints of Cold Purple #A485D2

Color information

#A485D2 (or 0xA485D2) is unknown color: approx Cold Purple. HEX triplet: A4, 85 and D2. RGB value is (164,133,210). Sum of RGB (Red+Green+Blue) = 164+133+210=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 210 - color contains mainly: blue. Hex color #A485D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485D2 is #5B7A2D. Grayscale: #969696. Windows color (decimal): -5995054 or 13796772. OLE color: 13796772.

HSL color Cylindrical-coordinate representation of color #A485D2: hue angle of 264.16º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A485D2 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB164133210-
CMYK0.220.3700.18
HSL264.16º46.11%67.25%-
HSV(B)264.16º36.67%82.35%-
XYZ35.3329.3264.77-
YUV151.05161.27137.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 210 (82.42% from 255) = 41.42%
R=32.35%
G=26.23%
B=41.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641332100.220.3700.18264.1646.1167.25
HexA485D216250121082e43
Octal244205322264502241056103
Binary101001001000010111010010101101001010100101000010001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485D2; }

 p { color: rgb(164,133,210); }

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

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

 a { background-color: rgb(164,133,210); }

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

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

 span { border-color: rgb(164,133,210); }

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