#C1ABF3

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

Shades of Melrose #C1ABF3

Tints of Melrose #C1ABF3

Color information

#C1ABF3 (or 0xC1ABF3) is unknown color: approx Melrose. HEX triplet: C1, AB and F3. RGB value is (193,171,243). Sum of RGB (Red+Green+Blue) = 193+171+243=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1ABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ABF3 is #3E540C. Grayscale: #B9B9B9. Windows color (decimal): -4084749 or 15969217. OLE color: 15969217.

HSL color Cylindrical-coordinate representation of color #C1ABF3: hue angle of 258.33º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1ABF3 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB193171243-
CMYK0.210.3000.05
HSL258.33º75%81.18%-
HSV(B)258.33º29.63%95.29%-
XYZ52.7346.9391.07-
YUV185.79160.29133.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.80%
GREEN value IS 171 (67.19% from 255) = 28.17%
BLUE value IS 243 (95.31% from 255) = 40.03%
R=31.80%
G=28.17%
B=40.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1931712430.210.3000.05258.337581.18
HexC1ABF3151E051024b51
Octal301253363253605402113121
Binary1100000110101011111100111010111110010110000001010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABF3; }

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

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

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

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

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

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

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

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