#A086BD

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

Shades of Cold Purple #A086BD

Tints of Cold Purple #A086BD

Color information

#A086BD (or 0xA086BD) is unknown color: approx Cold Purple. HEX triplet: A0, 86 and BD. RGB value is (160,134,189). Sum of RGB (Red+Green+Blue) = 160+134+189=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #A086BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086BD is #5F7942. Grayscale: #939393. Windows color (decimal): -6256963 or 12420768. OLE color: 12420768.

HSL color Cylindrical-coordinate representation of color #A086BD: hue angle of 268.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A086BD is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160134189-
CMYK0.150.2900.26
HSL268.36º29.41%63.33%-
HSV(B)268.36º29.1%74.12%-
XYZ32.2128.251.89-
YUV148.04151.11136.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 134 (52.73% from 255) = 27.74%
BLUE value IS 189 (74.22% from 255) = 39.13%
R=33.13%
G=27.74%
B=39.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601341890.150.2900.26268.3629.4163.33
HexA086BDF1D01A10c1d3f
Octal24020627517350324143577
Binary10100000100001101011110111111110101101010000110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A086BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A086BD; }

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

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

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

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

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

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

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

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