Html Css Color HEX #A189BD Cold Purple

📋 copy color: '#A189BD'

red 161 ◦ green 137 ◦ blue 189

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

Shades of Cold Purple #A189BD

Tints of Cold Purple #A189BD

RGB

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

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

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

R = 33.06%
G = 28.13%
B = 38.81%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A189BD (or 0xA189BD) is known color: Cold Purple. HEX triplet: A1, 89 and BD. RGB value is (161,137,189). Sum of RGB (Red+Green+Blue) = 161+137+189=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #A189BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189BD is #5E7642. Grayscale: #959595. Windows color (decimal): -6190659 or 12421537. OLE color: 12421537.

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

Color convert

RGB 161 137 189 -
CMYK 0.15 0.28 0 0.26
HSL 267.69º 0.28% 0.64% -
HSV(B) 267.69º 0.28% 0.74% -
XYZ 32.83 29.14 52.04 -
YUV 150.1 149.95 135.77 -
System Red Green Blue C M Y K H S L
Decimal 161 137 189 0.15 0.28 0 0.26 267.69 0.28 0.64
Hex A1 89 BD F 1C 0 1A 10C 1C 40
Octal 241 211 275 17 34 0 32 414 34 100
Binary 10100001 10001001 10111101 1111 11100 0 11010 100001100 11100 1000000

Color Harmonies of #A189BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A189BD

Black with #A189BD

Text Example


Text Example

White with #A189BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A189BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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