#A086BE

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

Shades of Cold Purple #A086BE

Tints of Cold Purple #A086BE

Color information

#A086BE (or 0xA086BE) is unknown color: approx Cold Purple. HEX triplet: A0, 86 and BE. RGB value is (160,134,190). Sum of RGB (Red+Green+Blue) = 160+134+190=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #A086BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086BE is #5F7941. Grayscale: #939393. Windows color (decimal): -6256962 or 12486304. OLE color: 12486304.

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

Color convert

RGB160134190-
CMYK0.160.2900.25
HSL267.86º30.11%63.53%-
HSV(B)267.86º29.47%74.51%-
XYZ32.3228.2452.46-
YUV148.16151.61136.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=33.06%
G=27.69%
B=39.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601341900.160.2900.25267.8630.1163.53
HexA086BE101D01910c1e40
Octal240206276203503141436100
Binary1010000010000110101111101000011101011001100001100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A086BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A086BE; }

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

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

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

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

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

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

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

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