Html Css Color HEX #A184C5 Cold Purple

📋 copy color: '#A184C5'

red 161 ◦ green 132 ◦ blue 197

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

Shades of Cold Purple #A184C5

Tints of Cold Purple #A184C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.2%

R = 32.86%
G = 26.94%
B = 40.2%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A184C5 (or 0xA184C5) is known color: Cold Purple. HEX triplet: A1, 84 and C5. RGB value is (161,132,197). Sum of RGB (Red+Green+Blue) = 161+132+197=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 197 - color contains mainly: blue. Hex color #A184C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184C5 is #5E7B3A. Grayscale: #939393. Windows color (decimal): -6191931 or 12944545. OLE color: 12944545.

HSL color Cylindrical-coordinate representation of color #A184C5: hue angle of 266.77º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A184C5 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 132 197 -
CMYK 0.18 0.33 0 0.23
HSL 266.77º 0.36% 0.65% -
HSV(B) 266.77º 0.33% 0.77% -
XYZ 33.03 28.11 56.51 -
YUV 148.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 161 132 197 0.18 0.33 0 0.23 266.77 0.36 0.65
Hex A1 84 C5 12 21 0 17 10B 24 41
Octal 241 204 305 22 41 0 27 413 44 101
Binary 10100001 10000100 11000101 10010 100001 0 10111 100001011 100100 1000001

Color Harmonies of #A184C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A184C5

Black with #A184C5

Text Example


Text Example

White with #A184C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A184C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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