Html Css Color HEX #A184C9 Cold Purple

📋 copy color: '#A184C9'

red 161 ◦ green 132 ◦ blue 201

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

Shades of Cold Purple #A184C9

Tints of Cold Purple #A184C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.69%

R = 32.59%
G = 26.72%
B = 40.69%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A184C9 (or 0xA184C9) is known color: Cold Purple. HEX triplet: A1, 84 and C9. RGB value is (161,132,201). Sum of RGB (Red+Green+Blue) = 161+132+201=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #A184C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184C9 is #5E7B36. Grayscale: #949494. Windows color (decimal): -6191927 or 13206689. OLE color: 13206689.

HSL color Cylindrical-coordinate representation of color #A184C9: hue angle of 265.22º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A184C9 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 132 201 -
CMYK 0.20 0.34 0 0.21
HSL 265.22º 0.39% 0.65% -
HSV(B) 265.22º 0.34% 0.79% -
XYZ 33.49 28.3 58.95 -
YUV 148.54 157.61 136.89 -
System Red Green Blue C M Y K H S L
Decimal 161 132 201 0.20 0.34 0 0.21 265.22 0.39 0.65
Hex A1 84 C9 14 22 0 15 109 27 41
Octal 241 204 311 24 42 0 25 411 47 101
Binary 10100001 10000100 11001001 10100 100010 0 10101 100001001 100111 1000001

Color Harmonies of #A184C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A184C9

Black with #A184C9

Text Example


Text Example

White with #A184C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A184C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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