Html Css Color HEX #A086BB Cold Purple

📋 copy color: '#A086BB'

red 160 ◦ green 134 ◦ blue 187

#A086BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #A086BB

Tints of Cold Purple #A086BB

RGB

 RED value IS 160 (62.89% from 255) = 33.26%

 GREEN value IS 134 (52.73% from 255) = 27.86%

 BLUE value IS 187 (73.44% from 255) = 38.88%

R = 33.26%
G = 27.86%
B = 38.88%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A086BB (or 0xA086BB) is known color: Cold Purple. HEX triplet: A0, 86 and BB. RGB value is (160,134,187). Sum of RGB (Red+Green+Blue) = 160+134+187=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #A086BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086BB is #5F7944. Grayscale: #939393. Windows color (decimal): -6256965 or 12289696. OLE color: 12289696.

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

Color convert

RGB 160 134 187 -
CMYK 0.14 0.28 0 0.27
HSL 269.43º 0.28% 0.63% -
HSV(B) 269.43º 0.28% 0.73% -
XYZ 31.99 28.11 50.75 -
YUV 147.82 150.11 136.69 -
System Red Green Blue C M Y K H S L
Decimal 160 134 187 0.14 0.28 0 0.27 269.43 0.28 0.63
Hex A0 86 BB E 1C 0 1B 10D 1C 3F
Octal 240 206 273 16 34 0 33 415 34 77
Binary 10100000 10000110 10111011 1110 11100 0 11011 100001101 11100 111111

Color Harmonies of #A086BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A086BB

Black with #A086BB

Text Example


Text Example

White with #A086BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A086BB; }

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

 H1.HeaderClassName
 {
   color: #A086BB;
 }
 .AnyTagClassName
 {
   color: #A086BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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