Html Css Color HEX #A18ECA Cold Purple

📋 copy color: '#A18ECA'

red 161 ◦ green 142 ◦ blue 202

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

Shades of Cold Purple #A18ECA

Tints of Cold Purple #A18ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40%

R = 31.88%
G = 28.12%
B = 40%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A18ECA (or 0xA18ECA) is known color: Cold Purple. HEX triplet: A1, 8E and CA. RGB value is (161,142,202). Sum of RGB (Red+Green+Blue) = 161+142+202=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #A18ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ECA is #5E7135. Grayscale: #9A9A9A. Windows color (decimal): -6189366 or 13274785. OLE color: 13274785.

HSL color Cylindrical-coordinate representation of color #A18ECA: hue angle of 259º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A18ECA is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 142 202 -
CMYK 0.20 0.30 0 0.21
HSL 259º 0.36% 0.67% -
HSV(B) 259º 0.3% 0.79% -
XYZ 35.03 31.19 60.05 -
YUV 154.52 154.79 132.62 -
System Red Green Blue C M Y K H S L
Decimal 161 142 202 0.20 0.30 0 0.21 259 0.36 0.67
Hex A1 8E CA 14 1E 0 15 103 24 43
Octal 241 216 312 24 36 0 25 403 44 103
Binary 10100001 10001110 11001010 10100 11110 0 10101 100000011 100100 1000011

Color Harmonies of #A18ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18ECA

Black with #A18ECA

Text Example


Text Example

White with #A18ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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