Html Css Color HEX #A18ECC Cold Purple

📋 copy color: '#A18ECC'

red 161 ◦ green 142 ◦ blue 204

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

Shades of Cold Purple #A18ECC

Tints of Cold Purple #A18ECC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.01%

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 31.76%
G = 28.01%
B = 40.24%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A18ECC (or 0xA18ECC) is known color: Cold Purple. HEX triplet: A1, 8E and CC. RGB value is (161,142,204). Sum of RGB (Red+Green+Blue) = 161+142+204=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #A18ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ECC is #5E7133. Grayscale: #9A9A9A. Windows color (decimal): -6189364 or 13405857. OLE color: 13405857.

HSL color Cylindrical-coordinate representation of color #A18ECC: hue angle of 258.39º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A18ECC is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 142 204 -
CMYK 0.21 0.30 0 0.2
HSL 258.39º 0.38% 0.68% -
HSV(B) 258.39º 0.3% 0.8% -
XYZ 35.27 31.28 61.31 -
YUV 154.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 161 142 204 0.21 0.30 0 0.2 258.39 0.38 0.68
Hex A1 8E CC 15 1E 0 14 102 26 44
Octal 241 216 314 25 36 0 24 402 46 104
Binary 10100001 10001110 11001100 10101 11110 0 10100 100000010 100110 1000100

Color Harmonies of #A18ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18ECC

Black with #A18ECC

Text Example


Text Example

White with #A18ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18ECC; }

 p { color: rgb(161,142,204); }

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

background-color css

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

 a { background-color: rgb(161,142,204); }

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

border-color css

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

 span { border-color: rgb(161,142,204); }

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