#C5ACF3

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

Shades of Melrose #C5ACF3

Tints of Melrose #C5ACF3

Color information

#C5ACF3 (or 0xC5ACF3) is unknown color: approx Melrose. HEX triplet: C5, AC and F3. RGB value is (197,172,243). Sum of RGB (Red+Green+Blue) = 197+172+243=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5ACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ACF3 is #3A530C. Grayscale: #BBBBBB. Windows color (decimal): -3822349 or 15969477. OLE color: 15969477.

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

Color convert

RGB197172243-
CMYK0.190.2900.05
HSL261.13º74.74%81.37%-
HSV(B)261.13º29.22%95.29%-
XYZ53.9647.8591.19-
YUV187.57159.28134.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.19%
GREEN value IS 172 (67.58% from 255) = 28.10%
BLUE value IS 243 (95.31% from 255) = 39.71%
R=32.19%
G=28.10%
B=39.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1971722430.190.2900.05261.1374.7481.37
HexC5ACF3131D051054b51
Octal305254363233505405113121
Binary1100010110101100111100111001111101010110000010110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ACF3; }

 p { color: rgb(197,172,243); }

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

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

 a { background-color: rgb(197,172,243); }

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

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

 span { border-color: rgb(197,172,243); }

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