#A289CC

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

Shades of Cold Purple #A289CC

Tints of Cold Purple #A289CC

Color information

#A289CC (or 0xA289CC) is unknown color: approx Cold Purple. HEX triplet: A2, 89 and CC. RGB value is (162,137,204). Sum of RGB (Red+Green+Blue) = 162+137+204=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #A289CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289CC is #5D7633. Grayscale: #979797. Windows color (decimal): -6125108 or 13404578. OLE color: 13404578.

HSL color Cylindrical-coordinate representation of color #A289CC: hue angle of 262.39º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A289CC is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB162137204-
CMYK0.210.3300.2
HSL262.39º39.64%66.86%-
HSV(B)262.39º32.84%80%-
XYZ34.7529.9361.07-
YUV152.11157.28135.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.21%
GREEN value IS 137 (53.91% from 255) = 27.24%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=32.21%
G=27.24%
B=40.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621372040.210.3300.2262.3939.6466.86
HexA289CC15210141062843
Octal242211314254102440650103
Binary101000101000100111001100101011000010101001000001101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289CC; }

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

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

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

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

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

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

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

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