#A484CB

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

Shades of Cold Purple #A484CB

Tints of Cold Purple #A484CB

Color information

#A484CB (or 0xA484CB) is unknown color: approx Cold Purple. HEX triplet: A4, 84 and CB. RGB value is (164,132,203). Sum of RGB (Red+Green+Blue) = 164+132+203=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #A484CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484CB is #5B7B34. Grayscale: #959595. Windows color (decimal): -5995317 or 13337764. OLE color: 13337764.

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

Color convert

RGB164132203-
CMYK0.190.3500.20
HSL267.04º40.57%65.69%-
HSV(B)267.04º34.98%79.61%-
XYZ34.3428.7160.23-
YUV149.66158.1138.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.87%
GREEN value IS 132 (51.95% from 255) = 26.45%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=32.87%
G=26.45%
B=40.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641322030.190.3500.20267.0440.5765.69
HexA484CB132301410b2942
Octal244204313234302441351102
Binary101001001000010011001011100111000110101001000010111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A484CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A484CB; }

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

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

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

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

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

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

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

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