Html Css Color HEX #A18CD0 Cold Purple

📋 copy color: '#A18CD0'

red 161 ◦ green 140 ◦ blue 208

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

Shades of Cold Purple #A18CD0

Tints of Cold Purple #A18CD0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.5%

 BLUE value IS 208 (81.64% from 255) = 40.86%

R = 31.63%
G = 27.5%
B = 40.86%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A18CD0 (or 0xA18CD0) is known color: Cold Purple. HEX triplet: A1, 8C and D0. RGB value is (161,140,208). Sum of RGB (Red+Green+Blue) = 161+140+208=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #A18CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CD0 is #5E732F. Grayscale: #999999. Windows color (decimal): -6189872 or 13667489. OLE color: 13667489.

HSL color Cylindrical-coordinate representation of color #A18CD0: hue angle of 258.53º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A18CD0 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 140 208 -
CMYK 0.23 0.33 0 0.18
HSL 258.53º 0.42% 0.68% -
HSV(B) 258.53º 0.33% 0.82% -
XYZ 35.46 30.89 63.77 -
YUV 154.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 161 140 208 0.23 0.33 0 0.18 258.53 0.42 0.68
Hex A1 8C D0 17 21 0 12 103 2A 44
Octal 241 214 320 27 41 0 22 403 52 104
Binary 10100001 10001100 11010000 10111 100001 0 10010 100000011 101010 1000100

Color Harmonies of #A18CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CD0

Black with #A18CD0

Text Example


Text Example

White with #A18CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18CD0; }

 p { color: rgb(161,140,208); }

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

background-color css

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

 a { background-color: rgb(161,140,208); }

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

border-color css

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

 span { border-color: rgb(161,140,208); }

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