#C7ACFA

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

Shades of Melrose #C7ACFA

Tints of Melrose #C7ACFA

Color information

#C7ACFA (or 0xC7ACFA) is unknown color: approx Melrose. HEX triplet: C7, AC and FA. RGB value is (199,172,250). Sum of RGB (Red+Green+Blue) = 199+172+250=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7ACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ACFA is #385305. Grayscale: #BCBCBC. Windows color (decimal): -3691270 or 16428231. OLE color: 16428231.

HSL color Cylindrical-coordinate representation of color #C7ACFA: hue angle of 260.77º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7ACFA is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199172250-
CMYK0.200.3100.02
HSL260.77º88.64%82.75%-
HSV(B)260.77º31.2%98.04%-
XYZ55.5648.5596.89-
YUV188.96162.45135.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.05%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=32.05%
G=27.70%
B=40.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1991722500.200.3100.02260.7788.6482.75
HexC7ACFA141F021055953
Octal307254372243702405131123
Binary110001111010110011111010101001111101010000010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ACFA; }

 p { color: rgb(199,172,250); }

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

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

 a { background-color: rgb(199,172,250); }

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

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

 span { border-color: rgb(199,172,250); }

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