#A085BF

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

Shades of Cold Purple #A085BF

Tints of Cold Purple #A085BF

Color information

#A085BF (or 0xA085BF) is unknown color: approx Cold Purple. HEX triplet: A0, 85 and BF. RGB value is (160,133,191). Sum of RGB (Red+Green+Blue) = 160+133+191=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #A085BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085BF is #5F7A40. Grayscale: #939393. Windows color (decimal): -6257217 or 12551584. OLE color: 12551584.

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

Color convert

RGB160133191-
CMYK0.160.3000.25
HSL267.93º31.18%63.53%-
HSV(B)267.93º30.37%74.9%-
XYZ32.2928.0152.99-
YUV147.68152.45136.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 191 (75% from 255) = 39.46%
R=33.06%
G=27.48%
B=39.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601331910.160.3000.25267.9331.1863.53
HexA085BF101E01910c1f40
Octal240205277203603141437100
Binary1010000010000101101111111000011110011001100001100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A085BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A085BF; }

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

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

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

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

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

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

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

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