Html Css Color HEX #A18DCE Cold Purple

📋 copy color: '#A18DCE'

red 161 ◦ green 141 ◦ blue 206

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

Shades of Cold Purple #A18DCE

Tints of Cold Purple #A18DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.55%

R = 31.69%
G = 27.76%
B = 40.55%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A18DCE (or 0xA18DCE) is known color: Cold Purple. HEX triplet: A1, 8D and CE. RGB value is (161,141,206). Sum of RGB (Red+Green+Blue) = 161+141+206=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #A18DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DCE is #5E7231. Grayscale: #9A9A9A. Windows color (decimal): -6189618 or 13536673. OLE color: 13536673.

HSL color Cylindrical-coordinate representation of color #A18DCE: hue angle of 258.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A18DCE is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 141 206 -
CMYK 0.22 0.32 0 0.19
HSL 258.46º 0.4% 0.68% -
HSV(B) 258.46º 0.32% 0.81% -
XYZ 35.36 31.08 62.53 -
YUV 154.39 157.13 132.71 -
System Red Green Blue C M Y K H S L
Decimal 161 141 206 0.22 0.32 0 0.19 258.46 0.4 0.68
Hex A1 8D CE 16 20 0 13 102 28 44
Octal 241 215 316 26 40 0 23 402 50 104
Binary 10100001 10001101 11001110 10110 100000 0 10011 100000010 101000 1000100

Color Harmonies of #A18DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18DCE

Black with #A18DCE

Text Example


Text Example

White with #A18DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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