#C1ACF5

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

Shades of Melrose #C1ACF5

Tints of Melrose #C1ACF5

Color information

#C1ACF5 (or 0xC1ACF5) is unknown color: approx Melrose. HEX triplet: C1, AC and F5. RGB value is (193,172,245). Sum of RGB (Red+Green+Blue) = 193+172+245=610 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.64% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 245 - color contains mainly: blue. Hex color #C1ACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ACF5 is #3E530A. Grayscale: #BABABA. Windows color (decimal): -4084491 or 16100545. OLE color: 16100545.

HSL color Cylindrical-coordinate representation of color #C1ACF5: hue angle of 257.26º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1ACF5 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB193172245-
CMYK0.210.3000.04
HSL257.26º78.49%81.76%-
HSV(B)257.26º29.8%96.08%-
XYZ53.2347.4492.74-
YUV186.6160.96132.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.64%
GREEN value IS 172 (67.58% from 255) = 28.20%
BLUE value IS 245 (96.09% from 255) = 40.16%
R=31.64%
G=28.20%
B=40.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1931722450.210.3000.04257.2678.4981.76
HexC1ACF5151E041014e52
Octal301254365253604401116122
Binary1100000110101100111101011010111110010010000000110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACF5; }

 p { color: rgb(193,172,245); }

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

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

 a { background-color: rgb(193,172,245); }

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

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

 span { border-color: rgb(193,172,245); }

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