#A284D5

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

Shades of Cold Purple #A284D5

Tints of Cold Purple #A284D5

Color information

#A284D5 (or 0xA284D5) is unknown color: approx Cold Purple. HEX triplet: A2, 84 and D5. RGB value is (162,132,213). Sum of RGB (Red+Green+Blue) = 162+132+213=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #A284D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284D5 is #5D7B2A. Grayscale: #959595. Windows color (decimal): -6126379 or 13993122. OLE color: 13993122.

HSL color Cylindrical-coordinate representation of color #A284D5: hue angle of 262.22º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A284D5 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162132213-
CMYK0.240.3800.16
HSL262.22º49.09%67.65%-
HSV(B)262.22º38.03%83.53%-
XYZ35.1628.9966.69-
YUV150.2163.44136.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 132 (51.95% from 255) = 26.04%
BLUE value IS 213 (83.59% from 255) = 42.01%
R=31.95%
G=26.04%
B=42.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621322130.240.3800.16262.2249.0967.65
HexA284D518260101063144
Octal242204325304602040661104
Binary101000101000010011010101110001001100100001000001101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A284D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A284D5; }

 p { color: rgb(162,132,213); }

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

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

 a { background-color: rgb(162,132,213); }

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

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

 span { border-color: rgb(162,132,213); }

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