#A18CCB

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

Shades of Cold Purple #A18CCB

Tints of Cold Purple #A18CCB

Color information

#A18CCB (or 0xA18CCB) is unknown color: approx Cold Purple. HEX triplet: A1, 8C and CB. RGB value is (161,140,203). Sum of RGB (Red+Green+Blue) = 161+140+203=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #A18CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CCB is #5E7334. Grayscale: #999999. Windows color (decimal): -6189877 or 13339809. OLE color: 13339809.

HSL color Cylindrical-coordinate representation of color #A18CCB: hue angle of 260º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A18CCB is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161140203-
CMYK0.210.3100.20
HSL260º37.72%67.25%-
HSV(B)260º31.03%79.61%-
XYZ34.8630.6560.58-
YUV153.46155.96133.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=31.94%
G=27.78%
B=40.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611402030.210.3100.2026037.7267.25
HexA18CCB151F0141042643
Octal241214313253702440446103
Binary10100001100011001100101110101111110101001000001001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18CCB; }

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

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

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

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

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

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

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

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