#A485CB

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

Shades of Cold Purple #A485CB

Tints of Cold Purple #A485CB

Color information

#A485CB (or 0xA485CB) is unknown color: approx Cold Purple. HEX triplet: A4, 85 and CB. RGB value is (164,133,203). Sum of RGB (Red+Green+Blue) = 164+133+203=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #A485CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485CB is #5B7A34. Grayscale: #969696. Windows color (decimal): -5995061 or 13338020. OLE color: 13338020.

HSL color Cylindrical-coordinate representation of color #A485CB: hue angle of 266.57º degrees, saturation: 0.4, 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 #A485CB is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164133203-
CMYK0.190.3400.20
HSL266.57º40.23%65.88%-
HSV(B)266.57º34.48%79.61%-
XYZ34.4828.9860.28-
YUV150.25157.77137.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.8%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 203 (79.69% from 255) = 40.6%
R=32.8%
G=26.6%
B=40.6%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641332030.190.3400.20266.5740.2365.88
HexA485CB132201410b2842
Octal244205313234202441350102
Binary101001001000010111001011100111000100101001000010111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485CB; }

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

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

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

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

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

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

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

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