#C5ACF8

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

Shades of Melrose #C5ACF8

Tints of Melrose #C5ACF8

Color information

#C5ACF8 (or 0xC5ACF8) is unknown color: approx Melrose. HEX triplet: C5, AC and F8. RGB value is (197,172,248). Sum of RGB (Red+Green+Blue) = 197+172+248=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 248 (97.27% from 255 or 40.19% from 617); Max value from RGB is 248 - color contains mainly: blue. Hex color #C5ACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ACF8 is #3A5307. Grayscale: #BBBBBB. Windows color (decimal): -3822344 or 16297157. OLE color: 16297157.

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

Color convert

RGB197172248-
CMYK0.210.3100.03
HSL259.74º84.44%82.35%-
HSV(B)259.74º30.65%97.25%-
XYZ54.7248.1595.22-
YUV188.14161.78134.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.93%
GREEN value IS 172 (67.58% from 255) = 27.88%
BLUE value IS 248 (97.27% from 255) = 40.19%
R=31.93%
G=27.88%
B=40.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1971722480.210.3100.03259.7484.4482.35
HexC5ACF8151F031045452
Octal305254370253703404124122
Binary110001011010110011111000101011111101110000010010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ACF8; }

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

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

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

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

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

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

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

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