#C1ABF0

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

Shades of Melrose #C1ABF0

Tints of Melrose #C1ABF0

Color information

#C1ABF0 (or 0xC1ABF0) is unknown color: approx Melrose. HEX triplet: C1, AB and F0. RGB value is (193,171,240). Sum of RGB (Red+Green+Blue) = 193+171+240=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #C1ABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ABF0 is #3E540F. Grayscale: #B9B9B9. Windows color (decimal): -4084752 or 15772609. OLE color: 15772609.

HSL color Cylindrical-coordinate representation of color #C1ABF0: hue angle of 259.13º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C1ABF0 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB193171240-
CMYK0.200.2900.06
HSL259.13º69.7%80.59%-
HSV(B)259.13º28.75%94.12%-
XYZ52.2846.7588.71-
YUV185.44158.79133.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.95%
GREEN value IS 171 (67.19% from 255) = 28.31%
BLUE value IS 240 (94.14% from 255) = 39.74%
R=31.95%
G=28.31%
B=39.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1931712400.200.2900.06259.1369.780.59
HexC1ABF0141D061034651
Octal301253360243506403106121
Binary1100000110101011111100001010011101011010000001110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABF0; }

 p { color: rgb(193,171,240); }

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

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

 a { background-color: rgb(193,171,240); }

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

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

 span { border-color: rgb(193,171,240); }

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