#A18FCB

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

Shades of Cold Purple #A18FCB

Tints of Cold Purple #A18FCB

Color information

#A18FCB (or 0xA18FCB) is unknown color: approx Cold Purple. HEX triplet: A1, 8F and CB. RGB value is (161,143,203). Sum of RGB (Red+Green+Blue) = 161+143+203=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #A18FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FCB is #5E7034. Grayscale: #9B9B9B. Windows color (decimal): -6189109 or 13340577. OLE color: 13340577.

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

Color convert

RGB161143203-
CMYK0.210.3000.20
HSL258º36.59%67.84%-
HSV(B)258º29.56%79.61%-
XYZ35.331.5360.73-
YUV155.22154.96132.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 143 (56.25% from 255) = 28.21%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=31.76%
G=28.21%
B=40.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611432030.210.3000.2025836.5967.84
HexA18FCB151E0141022544
Octal241217313253602440245104
Binary10100001100011111100101110101111100101001000000101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FCB; }

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

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

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

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

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

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

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

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