#C5ACFF

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

Shades of Melrose #C5ACFF

Tints of Melrose #C5ACFF

Color information

#C5ACFF (or 0xC5ACFF) is unknown color: approx Melrose. HEX triplet: C5, AC and FF. RGB value is (197,172,255). Sum of RGB (Red+Green+Blue) = 197+172+255=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ACFF is #3A5300. Grayscale: #BCBCBC. Windows color (decimal): -3822337 or 16755909. OLE color: 16755909.

HSL color Cylindrical-coordinate representation of color #C5ACFF: hue angle of 258.07º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5ACFF is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB197172255-
CMYK0.230.3300
HSL258.07º100%83.73%-
HSV(B)258.07º32.55%100%-
XYZ55.8348.6101.05-
YUV188.94165.28133.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.57%
GREEN value IS 172 (67.58% from 255) = 27.56%
BLUE value IS 255 (100% from 255) = 40.87%
R=31.57%
G=27.56%
B=40.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1971722550.230.3300258.0710083.73
HexC5ACFF1721001026454
Octal305254377274100402144124
Binary110001011010110011111111101111000010010000001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ACFF; }

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

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

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

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

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

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

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

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