Html Css Color HEX #A186BE Cold Purple

📋 copy color: '#A186BE'

red 161 ◦ green 134 ◦ blue 190

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

Shades of Cold Purple #A186BE

Tints of Cold Purple #A186BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 33.2%
G = 27.63%
B = 39.18%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A186BE (or 0xA186BE) is known color: Cold Purple. HEX triplet: A1, 86 and BE. RGB value is (161,134,190). Sum of RGB (Red+Green+Blue) = 161+134+190=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #A186BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A186BE is #5E7941. Grayscale: #949494. Windows color (decimal): -6191426 or 12486305. OLE color: 12486305.

HSL color Cylindrical-coordinate representation of color #A186BE: hue angle of 268.93º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A186BE is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 134 190 -
CMYK 0.15 0.29 0 0.25
HSL 268.93º 0.3% 0.64% -
HSV(B) 268.93º 0.29% 0.75% -
XYZ 32.52 28.34 52.47 -
YUV 148.46 151.45 136.95 -
System Red Green Blue C M Y K H S L
Decimal 161 134 190 0.15 0.29 0 0.25 268.93 0.3 0.64
Hex A1 86 BE F 1D 0 19 10D 1E 40
Octal 241 206 276 17 35 0 31 415 36 100
Binary 10100001 10000110 10111110 1111 11101 0 11001 100001101 11110 1000000

Color Harmonies of #A186BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A186BE

Black with #A186BE

Text Example


Text Example

White with #A186BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A186BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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