Html Css Color HEX #A186BF Cold Purple

📋 copy color: '#A186BF'

red 161 ◦ green 134 ◦ blue 191

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

Shades of Cold Purple #A186BF

Tints of Cold Purple #A186BF

RGB

 RED value IS 161 (63.28% from 255) = 33.13%

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

 BLUE value IS 191 (75% from 255) = 39.3%

R = 33.13%
G = 27.57%
B = 39.3%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A186BF (or 0xA186BF) is known color: Cold Purple. HEX triplet: A1, 86 and BF. RGB value is (161,134,191). Sum of RGB (Red+Green+Blue) = 161+134+191=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #A186BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A186BF is #5E7940. Grayscale: #949494. Windows color (decimal): -6191425 or 12551841. OLE color: 12551841.

HSL color Cylindrical-coordinate representation of color #A186BF: hue angle of 268.42º 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 #A186BF is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 134 191 -
CMYK 0.16 0.30 0 0.25
HSL 268.42º 0.31% 0.64% -
HSV(B) 268.42º 0.3% 0.75% -
XYZ 32.63 28.39 53.05 -
YUV 148.57 151.95 136.87 -
System Red Green Blue C M Y K H S L
Decimal 161 134 191 0.16 0.30 0 0.25 268.42 0.31 0.64
Hex A1 86 BF 10 1E 0 19 10C 1F 40
Octal 241 206 277 20 36 0 31 414 37 100
Binary 10100001 10000110 10111111 10000 11110 0 11001 100001100 11111 1000000

Color Harmonies of #A186BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A186BF

Black with #A186BF

Text Example


Text Example

White with #A186BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A186BF; }

 p { color: rgb(161,134,191); }

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

background-color css

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

 a { background-color: rgb(161,134,191); }

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

border-color css

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

 span { border-color: rgb(161,134,191); }

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