#A18FCA

Color #A18FCA Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A18FCA

Tints of Cold Purple #A18FCA

Color information

#A18FCA (or 0xA18FCA) is unknown color: approx Cold Purple. HEX triplet: A1, 8F and CA. RGB value is (161,143,202). Sum of RGB (Red+Green+Blue) = 161+143+202=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #A18FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FCA is #5E7035. Grayscale: #9A9A9A. Windows color (decimal): -6189110 or 13275041. OLE color: 13275041.

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

Color convert

RGB161143202-
CMYK0.200.2900.21
HSL258.31º35.76%67.65%-
HSV(B)258.31º29.21%79.22%-
XYZ35.1831.4960.1-
YUV155.11154.46132.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 143 (56.25% from 255) = 28.26%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=31.82%
G=28.26%
B=39.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611432020.200.2900.21258.3135.7667.65
HexA18FCA141D0151022444
Octal241217312243502540244104
Binary10100001100011111100101010100111010101011000000101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FCA; }

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

 H1.HeaderClassName
 {
   color: #A18FCA;
 }
 .AnyTagClassName
 {
   color: #A18FCA;
 }
</style>
background-color css

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

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

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

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

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

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