#A085BB

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

Shades of Cold Purple #A085BB

Tints of Cold Purple #A085BB

Color information

#A085BB (or 0xA085BB) is unknown color: approx Cold Purple. HEX triplet: A0, 85 and BB. RGB value is (160,133,187). Sum of RGB (Red+Green+Blue) = 160+133+187=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #A085BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085BB is #5F7A44. Grayscale: #939393. Windows color (decimal): -6257221 or 12289440. OLE color: 12289440.

HSL color Cylindrical-coordinate representation of color #A085BB: hue angle of 270º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A085BB is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160133187-
CMYK0.140.2900.27
HSL270º28.42%62.75%-
HSV(B)270º28.88%73.33%-
XYZ31.8527.8450.71-
YUV147.23150.45137.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.33%
GREEN value IS 133 (52.34% from 255) = 27.71%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=33.33%
G=27.71%
B=38.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601331870.140.2900.2727028.4262.75
HexA085BBE1D01B10e1c3f
Octal24020527316350334163477
Binary10100000100001011011101111101110101101110000111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A085BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A085BB; }

 p { color: rgb(160,133,187); }

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

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

 a { background-color: rgb(160,133,187); }

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

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

 span { border-color: rgb(160,133,187); }

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