#A880D0

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

Shades of Cold Purple #A880D0

Tints of Cold Purple #A880D0

Color information

#A880D0 (or 0xA880D0) is unknown color: approx Cold Purple. HEX triplet: A8, 80 and D0. RGB value is (168,128,208). Sum of RGB (Red+Green+Blue) = 168+128+208=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #A880D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880D0 is #577F2F. Grayscale: #949494. Windows color (decimal): -5734192 or 13664424. OLE color: 13664424.

HSL color Cylindrical-coordinate representation of color #A880D0: hue angle of 270º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A880D0 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB168128208-
CMYK0.190.3800.18
HSL270º45.98%65.88%-
HSV(B)270º38.46%81.57%-
XYZ35.2528.3263.28-
YUV149.08161.25141.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.33%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 208 (81.64% from 255) = 41.27%
R=33.33%
G=25.40%
B=41.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681282080.190.3800.1827045.9865.88
HexA880D0132601210e2e42
Octal250200320234602241656102
Binary101010001000000011010000100111001100100101000011101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A880D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A880D0; }

 p { color: rgb(168,128,208); }

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

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

 a { background-color: rgb(168,128,208); }

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

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

 span { border-color: rgb(168,128,208); }

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