#A088BE

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

Shades of Cold Purple #A088BE

Tints of Cold Purple #A088BE

Color information

#A088BE (or 0xA088BE) is unknown color: approx Cold Purple. HEX triplet: A0, 88 and BE. RGB value is (160,136,190). Sum of RGB (Red+Green+Blue) = 160+136+190=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #A088BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088BE is #5F7741. Grayscale: #959595. Windows color (decimal): -6256450 or 12486816. OLE color: 12486816.

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

Color convert

RGB160136190-
CMYK0.160.2800.25
HSL266.67º29.35%63.92%-
HSV(B)266.67º28.42%74.51%-
XYZ32.628.852.56-
YUV149.33150.95135.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.92%
GREEN value IS 136 (53.52% from 255) = 27.98%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=32.92%
G=27.98%
B=39.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601361900.160.2800.25266.6729.3563.92
HexA088BE101C01910b1d40
Octal240210276203403141335100
Binary1010000010001000101111101000011100011001100001011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A088BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A088BE; }

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

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

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

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

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

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

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

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