Html Css Color HEX #A086BD Cold Purple

📋 copy color: '#A086BD'

red 160 ◦ green 134 ◦ blue 189

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

Shades of Cold Purple #A086BD

Tints of Cold Purple #A086BD

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 value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A086BD (or 0xA086BD) is known color: 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

RGB 160 134 189 -
CMYK 0.15 0.29 0 0.26
HSL 268.36º 0.29% 0.63% -
HSV(B) 268.36º 0.29% 0.74% -
XYZ 32.21 28.2 51.89 -
YUV 148.04 151.11 136.53 -
System Red Green Blue C M Y K H S L
Decimal 160 134 189 0.15 0.29 0 0.26 268.36 0.29 0.63
Hex A0 86 BD F 1D 0 1A 10C 1D 3F
Octal 240 206 275 17 35 0 32 414 35 77
Binary 10100000 10000110 10111101 1111 11101 0 11010 100001100 11101 111111

Color Harmonies of #A086BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A086BD

Black with #A086BD

Text Example


Text Example

White with #A086BD

Text Example


Text Example

HTML Codes & Css Web 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>