#A089CA

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

Shades of Cold Purple #A089CA

Tints of Cold Purple #A089CA

Color information

#A089CA (or 0xA089CA) is unknown color: approx Cold Purple. HEX triplet: A0, 89 and CA. RGB value is (160,137,202). Sum of RGB (Red+Green+Blue) = 160+137+202=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #A089CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089CA is #5F7635. Grayscale: #979797. Windows color (decimal): -6256182 or 13273504. OLE color: 13273504.

HSL color Cylindrical-coordinate representation of color #A089CA: hue angle of 261.23º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A089CA is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160137202-
CMYK0.210.3200.21
HSL261.23º38.01%66.47%-
HSV(B)261.23º32.18%79.22%-
XYZ34.129.6359.8-
YUV151.29156.62134.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.06%
GREEN value IS 137 (53.91% from 255) = 27.45%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=32.06%
G=27.45%
B=40.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601372020.210.3200.21261.2338.0166.47
HexA089CA15200151052642
Octal240211312254002540546102
Binary101000001000100111001010101011000000101011000001011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A089CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A089CA; }

 p { color: rgb(160,137,202); }

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

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

 a { background-color: rgb(160,137,202); }

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

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

 span { border-color: rgb(160,137,202); }

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