#C1ACF7

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

Shades of Melrose #C1ACF7

Tints of Melrose #C1ACF7

Color information

#C1ACF7 (or 0xC1ACF7) is unknown color: approx Melrose. HEX triplet: C1, AC and F7. RGB value is (193,172,247). Sum of RGB (Red+Green+Blue) = 193+172+247=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 247 - color contains mainly: blue. Hex color #C1ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ACF7 is #3E5308. Grayscale: #BABABA. Windows color (decimal): -4084489 or 16231617. OLE color: 16231617.

HSL color Cylindrical-coordinate representation of color #C1ACF7: hue angle of 256.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1ACF7 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB193172247-
CMYK0.220.3000.03
HSL256.8º82.42%82.16%-
HSV(B)256.8º30.36%96.86%-
XYZ53.5347.5694.35-
YUV186.83161.96132.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.54%
GREEN value IS 172 (67.58% from 255) = 28.10%
BLUE value IS 247 (96.88% from 255) = 40.36%
R=31.54%
G=28.10%
B=40.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1931722470.220.3000.03256.882.4282.16
HexC1ACF7161E031015252
Octal301254367263603401122122
Binary110000011010110011110111101101111001110000000110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACF7; }

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

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

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

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

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

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

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

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