Html Css Color HEX #A184BD Cold Purple

📋 copy color: '#A184BD'

red 161 ◦ green 132 ◦ blue 189

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

Shades of Cold Purple #A184BD

Tints of Cold Purple #A184BD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.39%

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

R = 33.4%
G = 27.39%
B = 39.21%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A184BD (or 0xA184BD) is known color: Cold Purple. HEX triplet: A1, 84 and BD. RGB value is (161,132,189). Sum of RGB (Red+Green+Blue) = 161+132+189=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #A184BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184BD is #5E7B42. Grayscale: #929292. Windows color (decimal): -6191939 or 12420257. OLE color: 12420257.

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

Color convert

RGB 161 132 189 -
CMYK 0.15 0.30 0 0.26
HSL 270.53º 0.3% 0.63% -
HSV(B) 270.53º 0.3% 0.74% -
XYZ 32.13 27.75 51.81 -
YUV 147.17 151.61 137.87 -
System Red Green Blue C M Y K H S L
Decimal 161 132 189 0.15 0.30 0 0.26 270.53 0.3 0.63
Hex A1 84 BD F 1E 0 1A 10F 1E 3F
Octal 241 204 275 17 36 0 32 417 36 77
Binary 10100001 10000100 10111101 1111 11110 0 11010 100001111 11110 111111

Color Harmonies of #A184BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A184BD

Black with #A184BD

Text Example


Text Example

White with #A184BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A184BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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