Html Css Color HEX #A184D6 Cold Purple

📋 copy color: '#A184D6'

red 161 ◦ green 132 ◦ blue 214

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

Shades of Cold Purple #A184D6

Tints of Cold Purple #A184D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.21%

R = 31.76%
G = 26.04%
B = 42.21%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A184D6 (or 0xA184D6) is known color: Cold Purple. HEX triplet: A1, 84 and D6. RGB value is (161,132,214). Sum of RGB (Red+Green+Blue) = 161+132+214=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #A184D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184D6 is #5E7B29. Grayscale: #959595. Windows color (decimal): -6191914 or 14058657. OLE color: 14058657.

HSL color Cylindrical-coordinate representation of color #A184D6: hue angle of 261.22º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A184D6 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 132 214 -
CMYK 0.25 0.38 0 0.16
HSL 261.22º 0.5% 0.68% -
HSV(B) 261.22º 0.38% 0.84% -
XYZ 35.09 28.93 67.35 -
YUV 150.02 164.11 135.83 -
System Red Green Blue C M Y K H S L
Decimal 161 132 214 0.25 0.38 0 0.16 261.22 0.5 0.68
Hex A1 84 D6 19 26 0 10 105 32 44
Octal 241 204 326 31 46 0 20 405 62 104
Binary 10100001 10000100 11010110 11001 100110 0 10000 100000101 110010 1000100

Color Harmonies of #A184D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A184D6

Black with #A184D6

Text Example


Text Example

White with #A184D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A184D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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