Html Css Color HEX #A18DCB Cold Purple

📋 copy color: '#A18DCB'

red 161 ◦ green 141 ◦ blue 203

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

Shades of Cold Purple #A18DCB

Tints of Cold Purple #A18DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.2%

R = 31.88%
G = 27.92%
B = 40.2%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A18DCB (or 0xA18DCB) is known color: Cold Purple. HEX triplet: A1, 8D and CB. RGB value is (161,141,203). Sum of RGB (Red+Green+Blue) = 161+141+203=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #A18DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DCB is #5E7234. Grayscale: #999999. Windows color (decimal): -6189621 or 13340065. OLE color: 13340065.

HSL color Cylindrical-coordinate representation of color #A18DCB: hue angle of 259.35º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A18DCB is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 141 203 -
CMYK 0.21 0.31 0 0.20
HSL 259.35º 0.37% 0.67% -
HSV(B) 259.35º 0.31% 0.8% -
XYZ 35 30.94 60.63 -
YUV 154.05 155.63 132.96 -
System Red Green Blue C M Y K H S L
Decimal 161 141 203 0.21 0.31 0 0.20 259.35 0.37 0.67
Hex A1 8D CB 15 1F 0 14 103 25 43
Octal 241 215 313 25 37 0 24 403 45 103
Binary 10100001 10001101 11001011 10101 11111 0 10100 100000011 100101 1000011

Color Harmonies of #A18DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18DCB

Black with #A18DCB

Text Example


Text Example

White with #A18DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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