#A088BD

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

Shades of Cold Purple #A088BD

Tints of Cold Purple #A088BD

Color information

#A088BD (or 0xA088BD) is unknown color: approx Cold Purple. HEX triplet: A0, 88 and BD. RGB value is (160,136,189). Sum of RGB (Red+Green+Blue) = 160+136+189=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #A088BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088BD is #5F7742. Grayscale: #959595. Windows color (decimal): -6256451 or 12421280. OLE color: 12421280.

HSL color Cylindrical-coordinate representation of color #A088BD: hue angle of 267.17º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A088BD is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160136189-
CMYK0.150.2800.26
HSL267.17º28.65%63.73%-
HSV(B)267.17º28.04%74.12%-
XYZ32.4928.7651.98-
YUV149.22150.45135.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.99%
GREEN value IS 136 (53.52% from 255) = 28.04%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=32.99%
G=28.04%
B=38.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601361890.150.2800.26267.1728.6563.73
HexA088BDF1C01A10b1d40
Octal240210275173403241335100
Binary101000001000100010111101111111100011010100001011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A088BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A088BD; }

 p { color: rgb(160,136,189); }

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

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

 a { background-color: rgb(160,136,189); }

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

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

 span { border-color: rgb(160,136,189); }

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