#A889CC

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

Shades of Cold Purple #A889CC

Tints of Cold Purple #A889CC

Color information

#A889CC (or 0xA889CC) is unknown color: approx Cold Purple. HEX triplet: A8, 89 and CC. RGB value is (168,137,204). Sum of RGB (Red+Green+Blue) = 168+137+204=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #A889CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889CC is #577633. Grayscale: #999999. Windows color (decimal): -5731892 or 13404584. OLE color: 13404584.

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

Color convert

RGB168137204-
CMYK0.180.3300.2
HSL267.76º39.64%66.86%-
HSV(B)267.76º32.84%80%-
XYZ35.9930.5861.13-
YUV153.91156.27138.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 137 (53.91% from 255) = 26.92%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=33.01%
G=26.92%
B=40.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1681372040.180.3300.2267.7639.6466.86
HexA889CC122101410c2843
Octal250211314224102441450103
Binary101010001000100111001100100101000010101001000011001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A889CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A889CC; }

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

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

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

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

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

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

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

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