#A484CA

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

Shades of Cold Purple #A484CA

Tints of Cold Purple #A484CA

Color information

#A484CA (or 0xA484CA) is unknown color: approx Cold Purple. HEX triplet: A4, 84 and CA. RGB value is (164,132,202). Sum of RGB (Red+Green+Blue) = 164+132+202=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #A484CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484CA is #5B7B35. Grayscale: #959595. Windows color (decimal): -5995318 or 13272228. OLE color: 13272228.

HSL color Cylindrical-coordinate representation of color #A484CA: hue angle of 267.43º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A484CA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164132202-
CMYK0.190.3500.21
HSL267.43º39.77%65.49%-
HSV(B)267.43º34.65%79.22%-
XYZ34.2228.6659.61-
YUV149.55157.6138.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.93%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=32.93%
G=26.51%
B=40.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641322020.190.3500.21267.4339.7765.49
HexA484CA132301510b2841
Octal244204312234302541350101
Binary101001001000010011001010100111000110101011000010111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A484CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A484CA; }

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

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

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

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

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

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

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

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