Html Css Color HEX #A18ECD Cold Purple

📋 copy color: '#A18ECD'

red 161 ◦ green 142 ◦ blue 205

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

Shades of Cold Purple #A18ECD

Tints of Cold Purple #A18ECD

RGB

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

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

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

R = 31.69%
G = 27.95%
B = 40.35%

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

#A18ECD (or 0xA18ECD) is known color: Cold Purple. HEX triplet: A1, 8E and CD. RGB value is (161,142,205). Sum of RGB (Red+Green+Blue) = 161+142+205=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #A18ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ECD is #5E7132. Grayscale: #9A9A9A. Windows color (decimal): -6189363 or 13471393. OLE color: 13471393.

HSL color Cylindrical-coordinate representation of color #A18ECD: hue angle of 258.1º 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 #A18ECD is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 142 205 -
CMYK 0.21 0.31 0 0.20
HSL 258.1º 0.39% 0.68% -
HSV(B) 258.1º 0.31% 0.8% -
XYZ 35.39 31.33 61.94 -
YUV 154.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 161 142 205 0.21 0.31 0 0.20 258.1 0.39 0.68
Hex A1 8E CD 15 1F 0 14 102 27 44
Octal 241 216 315 25 37 0 24 402 47 104
Binary 10100001 10001110 11001101 10101 11111 0 10100 100000010 100111 1000100

Color Harmonies of #A18ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18ECD

Black with #A18ECD

Text Example


Text Example

White with #A18ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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