Html Css Color HEX #A18ECB Cold Purple

📋 copy color: '#A18ECB'

red 161 ◦ green 142 ◦ blue 203

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

Shades of Cold Purple #A18ECB

Tints of Cold Purple #A18ECB

RGB

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

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

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

R = 31.82%
G = 28.06%
B = 40.12%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A18ECB (or 0xA18ECB) is known color: Cold Purple. HEX triplet: A1, 8E and CB. RGB value is (161,142,203). Sum of RGB (Red+Green+Blue) = 161+142+203=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #A18ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ECB is #5E7134. Grayscale: #9A9A9A. Windows color (decimal): -6189365 or 13340321. OLE color: 13340321.

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

Color convert

RGB 161 142 203 -
CMYK 0.21 0.30 0 0.20
HSL 258.69º 0.37% 0.68% -
HSV(B) 258.69º 0.3% 0.8% -
XYZ 35.15 31.23 60.68 -
YUV 154.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 161 142 203 0.21 0.30 0 0.20 258.69 0.37 0.68
Hex A1 8E CB 15 1E 0 14 103 25 44
Octal 241 216 313 25 36 0 24 403 45 104
Binary 10100001 10001110 11001011 10101 11110 0 10100 100000011 100101 1000100

Color Harmonies of #A18ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18ECB

Black with #A18ECB

Text Example


Text Example

White with #A18ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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