Html Css Color HEX #A18DC9 Cold Purple

📋 copy color: '#A18DC9'

red 161 ◦ green 141 ◦ blue 201

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

Shades of Cold Purple #A18DC9

Tints of Cold Purple #A18DC9

RGB

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

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

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

R = 32.01%
G = 28.03%
B = 39.96%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A18DC9 (or 0xA18DC9) is known color: Cold Purple. HEX triplet: A1, 8D and C9. RGB value is (161,141,201). Sum of RGB (Red+Green+Blue) = 161+141+201=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #A18DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DC9 is #5E7236. Grayscale: #999999. Windows color (decimal): -6189623 or 13208993. OLE color: 13208993.

HSL color Cylindrical-coordinate representation of color #A18DC9: hue angle of 260º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A18DC9 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 141 201 -
CMYK 0.20 0.30 0 0.21
HSL 260º 0.36% 0.67% -
HSV(B) 260º 0.3% 0.79% -
XYZ 34.77 30.84 59.38 -
YUV 153.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 161 141 201 0.20 0.30 0 0.21 260 0.36 0.67
Hex A1 8D C9 14 1E 0 15 104 24 43
Octal 241 215 311 24 36 0 25 404 44 103
Binary 10100001 10001101 11001001 10100 11110 0 10101 100000100 100100 1000011

Color Harmonies of #A18DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18DC9

Black with #A18DC9

Text Example


Text Example

White with #A18DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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