#A284CA

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

Shades of Cold Purple #A284CA

Tints of Cold Purple #A284CA

Color information

#A284CA (or 0xA284CA) is unknown color: approx Cold Purple. HEX triplet: A2, 84 and CA. RGB value is (162,132,202). Sum of RGB (Red+Green+Blue) = 162+132+202=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #A284CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284CA is #5D7B35. Grayscale: #949494. Windows color (decimal): -6126390 or 13272226. OLE color: 13272226.

HSL color Cylindrical-coordinate representation of color #A284CA: hue angle of 265.71º 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 #A284CA is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162132202-
CMYK0.200.3500.21
HSL265.71º39.77%65.49%-
HSV(B)265.71º34.65%79.22%-
XYZ33.8128.4559.59-
YUV148.95157.94137.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 132 (51.95% from 255) = 26.61%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=32.66%
G=26.61%
B=40.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621322020.200.3500.21265.7139.7765.49
HexA284CA142301510a2841
Octal242204312244302541250101
Binary101000101000010011001010101001000110101011000010101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A284CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A284CA; }

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

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

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

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

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

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

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

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