#A284CC

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

Shades of Cold Purple #A284CC

Tints of Cold Purple #A284CC

Color information

#A284CC (or 0xA284CC) is unknown color: approx Cold Purple. HEX triplet: A2, 84 and CC. RGB value is (162,132,204). Sum of RGB (Red+Green+Blue) = 162+132+204=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #A284CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284CC is #5D7B33. Grayscale: #949494. Windows color (decimal): -6126388 or 13403298. OLE color: 13403298.

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

Color convert

RGB162132204-
CMYK0.210.3500.2
HSL265º41.38%65.88%-
HSV(B)265º35.29%80%-
XYZ34.0528.5460.84-
YUV149.18158.94137.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.53%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=32.53%
G=26.51%
B=40.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621322040.210.3500.226541.3865.88
HexA284CC15230141092942
Octal242204314254302441151102
Binary101000101000010011001100101011000110101001000010011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A284CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A284CC; }

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

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

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

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

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

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

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

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