Html Css Color HEX #A189BC Cold Purple

📋 copy color: '#A189BC'

red 161 ◦ green 137 ◦ blue 188

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

Shades of Cold Purple #A189BC

Tints of Cold Purple #A189BC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.19%

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 33.13%
G = 28.19%
B = 38.68%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A189BC (or 0xA189BC) is known color: Cold Purple. HEX triplet: A1, 89 and BC. RGB value is (161,137,188). Sum of RGB (Red+Green+Blue) = 161+137+188=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #A189BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189BC is #5E7643. Grayscale: #959595. Windows color (decimal): -6190660 or 12356001. OLE color: 12356001.

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

Color convert

RGB 161 137 188 -
CMYK 0.14 0.27 0 0.26
HSL 268.24º 0.28% 0.64% -
HSV(B) 268.24º 0.27% 0.74% -
XYZ 32.72 29.1 51.47 -
YUV 149.99 149.45 135.85 -
System Red Green Blue C M Y K H S L
Decimal 161 137 188 0.14 0.27 0 0.26 268.24 0.28 0.64
Hex A1 89 BC E 1B 0 1A 10C 1C 40
Octal 241 211 274 16 33 0 32 414 34 100
Binary 10100001 10001001 10111100 1110 11011 0 11010 100001100 11100 1000000

Color Harmonies of #A189BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A189BC

Black with #A189BC

Text Example


Text Example

White with #A189BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A189BC; }

 p { color: rgb(161,137,188); }

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

background-color css

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

 a { background-color: rgb(161,137,188); }

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

border-color css

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

 span { border-color: rgb(161,137,188); }

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