#A480CB

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

Shades of Cold Purple #A480CB

Tints of Cold Purple #A480CB

Color information

#A480CB (or 0xA480CB) is unknown color: approx Cold Purple. HEX triplet: A4, 80 and CB. RGB value is (164,128,203). Sum of RGB (Red+Green+Blue) = 164+128+203=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #A480CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480CB is #5B7F34. Grayscale: #939393. Windows color (decimal): -5996341 or 13336740. OLE color: 13336740.

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

Color convert

RGB164128203-
CMYK0.190.3700.20
HSL268.8º41.9%64.9%-
HSV(B)268.8º36.95%79.61%-
XYZ33.8127.6460.05-
YUV147.31159.43139.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.13%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=33.13%
G=25.86%
B=41.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641282030.190.3700.20268.841.964.9
HexA480CB132501410d2a41
Octal244200313234502441552101
Binary101001001000000011001011100111001010101001000011011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A480CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A480CB; }

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

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

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

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

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

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

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

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