#C6ABF6

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

Shades of Melrose #C6ABF6

Tints of Melrose #C6ABF6

Color information

#C6ABF6 (or 0xC6ABF6) is unknown color: approx Melrose. HEX triplet: C6, AB and F6. RGB value is (198,171,246). Sum of RGB (Red+Green+Blue) = 198+171+246=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 246 (96.48% from 255 or 40% from 615); Max value from RGB is 246 - color contains mainly: blue. Hex color #C6ABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ABF6 is #395409. Grayscale: #BBBBBB. Windows color (decimal): -3757066 or 16165830. OLE color: 16165830.

HSL color Cylindrical-coordinate representation of color #C6ABF6: hue angle of 261.6º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6ABF6 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB198171246-
CMYK0.200.3000.04
HSL261.6º80.65%81.76%-
HSV(B)261.6º30.49%96.47%-
XYZ54.4947.7993.54-
YUV187.62160.95135.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.20%
GREEN value IS 171 (67.19% from 255) = 27.80%
BLUE value IS 246 (96.48% from 255) = 40%
R=32.20%
G=27.80%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1981712460.200.3000.04261.680.6581.76
HexC6ABF6141E041065152
Octal306253366243604406121122
Binary1100011010101011111101101010011110010010000011010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABF6; }

 p { color: rgb(198,171,246); }

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

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

 a { background-color: rgb(198,171,246); }

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

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

 span { border-color: rgb(198,171,246); }

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