Html Css Color HEX #A18DCD Cold Purple

📋 copy color: '#A18DCD'

red 161 ◦ green 141 ◦ blue 205

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

Shades of Cold Purple #A18DCD

Tints of Cold Purple #A18DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.43%

R = 31.76%
G = 27.81%
B = 40.43%

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

#A18DCD (or 0xA18DCD) is known color: Cold Purple. HEX triplet: A1, 8D and CD. RGB value is (161,141,205). Sum of RGB (Red+Green+Blue) = 161+141+205=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #A18DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DCD is #5E7232. Grayscale: #9A9A9A. Windows color (decimal): -6189619 or 13471137. OLE color: 13471137.

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

Color convert

RGB 161 141 205 -
CMYK 0.21 0.31 0 0.20
HSL 258.75º 0.39% 0.68% -
HSV(B) 258.75º 0.31% 0.8% -
XYZ 35.24 31.03 61.89 -
YUV 154.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 161 141 205 0.21 0.31 0 0.20 258.75 0.39 0.68
Hex A1 8D CD 15 1F 0 14 103 27 44
Octal 241 215 315 25 37 0 24 403 47 104
Binary 10100001 10001101 11001101 10101 11111 0 10100 100000011 100111 1000100

Color Harmonies of #A18DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18DCD

Black with #A18DCD

Text Example


Text Example

White with #A18DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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