Html Css Color HEX #A18ECF Cold Purple

📋 copy color: '#A18ECF'

red 161 ◦ green 142 ◦ blue 207

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

Shades of Cold Purple #A18ECF

Tints of Cold Purple #A18ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 31.57%
G = 27.84%
B = 40.59%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A18ECF (or 0xA18ECF) is known color: Cold Purple. HEX triplet: A1, 8E and CF. RGB value is (161,142,207). Sum of RGB (Red+Green+Blue) = 161+142+207=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #A18ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ECF is #5E7130. Grayscale: #9A9A9A. Windows color (decimal): -6189361 or 13602465. OLE color: 13602465.

HSL color Cylindrical-coordinate representation of color #A18ECF: hue angle of 257.54º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A18ECF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 142 207 -
CMYK 0.22 0.31 0 0.19
HSL 257.54º 0.4% 0.68% -
HSV(B) 257.54º 0.31% 0.81% -
XYZ 35.63 31.43 63.22 -
YUV 155.09 157.29 132.21 -
System Red Green Blue C M Y K H S L
Decimal 161 142 207 0.22 0.31 0 0.19 257.54 0.4 0.68
Hex A1 8E CF 16 1F 0 13 102 28 44
Octal 241 216 317 26 37 0 23 402 50 104
Binary 10100001 10001110 11001111 10110 11111 0 10011 100000010 101000 1000100

Color Harmonies of #A18ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18ECF

Black with #A18ECF

Text Example


Text Example

White with #A18ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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