#A088BC

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

Shades of Cold Purple #A088BC

Tints of Cold Purple #A088BC

Color information

#A088BC (or 0xA088BC) is unknown color: approx Cold Purple. HEX triplet: A0, 88 and BC. RGB value is (160,136,188). Sum of RGB (Red+Green+Blue) = 160+136+188=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #A088BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088BC is #5F7743. Grayscale: #949494. Windows color (decimal): -6256452 or 12355744. OLE color: 12355744.

HSL color Cylindrical-coordinate representation of color #A088BC: hue angle of 267.69º degrees, saturation: 0.28, 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 #A088BC is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160136188-
CMYK0.150.2800.26
HSL267.69º27.96%63.53%-
HSV(B)267.69º27.66%73.73%-
XYZ32.3828.7151.41-
YUV149.1149.95135.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 136 (53.52% from 255) = 28.10%
BLUE value IS 188 (73.83% from 255) = 38.84%
R=33.06%
G=28.10%
B=38.84%

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
Decimal1601361880.150.2800.26267.6927.9663.53
HexA088BCF1C01A10c1c40
Octal240210274173403241434100
Binary101000001000100010111100111111100011010100001100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A088BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A088BC; }

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

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

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

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

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

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

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

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