Html Css Color HEX #A18DC0 Cold Purple

📋 copy color: '#A18DC0'

red 161 ◦ green 141 ◦ blue 192

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

Shades of Cold Purple #A18DC0

Tints of Cold Purple #A18DC0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.54%

 BLUE value IS 192 (75.39% from 255) = 38.87%

R = 32.59%
G = 28.54%
B = 38.87%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A18DC0 (or 0xA18DC0) is known color: Cold Purple. HEX triplet: A1, 8D and C0. RGB value is (161,141,192). Sum of RGB (Red+Green+Blue) = 161+141+192=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #A18DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DC0 is #5E723F. Grayscale: #989898. Windows color (decimal): -6189632 or 12619169. OLE color: 12619169.

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

Color convert

RGB 161 141 192 -
CMYK 0.16 0.27 0 0.25
HSL 263.53º 0.29% 0.65% -
HSV(B) 263.53º 0.27% 0.75% -
XYZ 33.74 30.43 53.97 -
YUV 152.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 161 141 192 0.16 0.27 0 0.25 263.53 0.29 0.65
Hex A1 8D C0 10 1B 0 19 108 1D 41
Octal 241 215 300 20 33 0 31 410 35 101
Binary 10100001 10001101 11000000 10000 11011 0 11001 100001000 11101 1000001

Color Harmonies of #A18DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18DC0

Black with #A18DC0

Text Example


Text Example

White with #A18DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18DC0; }

 p { color: rgb(161,141,192); }

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

background-color css

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

 a { background-color: rgb(161,141,192); }

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

border-color css

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

 span { border-color: rgb(161,141,192); }

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