Html Css Color HEX #A184BF Cold Purple

📋 copy color: '#A184BF'

red 161 ◦ green 132 ◦ blue 191

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

Shades of Cold Purple #A184BF

Tints of Cold Purple #A184BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.46%

R = 33.26%
G = 27.27%
B = 39.46%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A184BF (or 0xA184BF) is known color: Cold Purple. HEX triplet: A1, 84 and BF. RGB value is (161,132,191). Sum of RGB (Red+Green+Blue) = 161+132+191=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #A184BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184BF is #5E7B40. Grayscale: #939393. Windows color (decimal): -6191937 or 12551329. OLE color: 12551329.

HSL color Cylindrical-coordinate representation of color #A184BF: hue angle of 269.49º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A184BF is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 132 191 -
CMYK 0.16 0.31 0 0.25
HSL 269.49º 0.32% 0.63% -
HSV(B) 269.49º 0.31% 0.75% -
XYZ 32.35 27.84 52.96 -
YUV 147.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 161 132 191 0.16 0.31 0 0.25 269.49 0.32 0.63
Hex A1 84 BF 10 1F 0 19 10D 20 3F
Octal 241 204 277 20 37 0 31 415 40 77
Binary 10100001 10000100 10111111 10000 11111 0 11001 100001101 100000 111111

Color Harmonies of #A184BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A184BF

Black with #A184BF

Text Example


Text Example

White with #A184BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A184BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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