Html Css Color HEX #A186BD Cold Purple

📋 copy color: '#A186BD'

red 161 ◦ green 134 ◦ blue 189

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

Shades of Cold Purple #A186BD

Tints of Cold Purple #A186BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.05%

R = 33.26%
G = 27.69%
B = 39.05%

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

#A186BD (or 0xA186BD) is known color: Cold Purple. HEX triplet: A1, 86 and BD. RGB value is (161,134,189). Sum of RGB (Red+Green+Blue) = 161+134+189=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #A186BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A186BD is #5E7942. Grayscale: #949494. Windows color (decimal): -6191427 or 12420769. OLE color: 12420769.

HSL color Cylindrical-coordinate representation of color #A186BD: hue angle of 269.45º 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 #A186BD is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 134 189 -
CMYK 0.15 0.29 0 0.26
HSL 269.45º 0.29% 0.63% -
HSV(B) 269.45º 0.29% 0.74% -
XYZ 32.41 28.3 51.9 -
YUV 148.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 161 134 189 0.15 0.29 0 0.26 269.45 0.29 0.63
Hex A1 86 BD F 1D 0 1A 10D 1D 3F
Octal 241 206 275 17 35 0 32 415 35 77
Binary 10100001 10000110 10111101 1111 11101 0 11010 100001101 11101 111111

Color Harmonies of #A186BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A186BD

Black with #A186BD

Text Example


Text Example

White with #A186BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A186BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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