Html Css Color HEX #A18DC6 Cold Purple

📋 copy color: '#A18DC6'

red 161 ◦ green 141 ◦ blue 198

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

Shades of Cold Purple #A18DC6

Tints of Cold Purple #A18DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.6%

R = 32.2%
G = 28.2%
B = 39.6%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A18DC6 (or 0xA18DC6) is known color: Cold Purple. HEX triplet: A1, 8D and C6. RGB value is (161,141,198). Sum of RGB (Red+Green+Blue) = 161+141+198=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #A18DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DC6 is #5E7239. Grayscale: #999999. Windows color (decimal): -6189626 or 13012385. OLE color: 13012385.

HSL color Cylindrical-coordinate representation of color #A18DC6: hue angle of 261.05º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A18DC6 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 141 198 -
CMYK 0.19 0.29 0 0.22
HSL 261.05º 0.33% 0.66% -
HSV(B) 261.05º 0.29% 0.78% -
XYZ 34.42 30.7 57.54 -
YUV 153.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 161 141 198 0.19 0.29 0 0.22 261.05 0.33 0.66
Hex A1 8D C6 13 1D 0 16 105 21 42
Octal 241 215 306 23 35 0 26 405 41 102
Binary 10100001 10001101 11000110 10011 11101 0 10110 100000101 100001 1000010

Color Harmonies of #A18DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18DC6

Black with #A18DC6

Text Example


Text Example

White with #A18DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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