#C6ABFA

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

Shades of Melrose #C6ABFA

Tints of Melrose #C6ABFA

Color information

#C6ABFA (or 0xC6ABFA) is unknown color: approx Melrose. HEX triplet: C6, AB and FA. RGB value is (198,171,250). Sum of RGB (Red+Green+Blue) = 198+171+250=619 (81% of max value = 765). Red value is 198 (77.73% from 255 or 31.99% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ABFA is #395405. Grayscale: #BBBBBB. Windows color (decimal): -3757062 or 16427974. OLE color: 16427974.

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

Color convert

RGB198171250-
CMYK0.210.3200.02
HSL260.51º88.76%82.55%-
HSV(B)260.51º31.6%98.04%-
XYZ55.1148.0396.81-
YUV188.08162.95135.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.99%
GREEN value IS 171 (67.19% from 255) = 27.63%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=31.99%
G=27.63%
B=40.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981712500.210.3200.02260.5188.7682.55
HexC6ABFA1520021055953
Octal306253372254002405131123
Binary1100011010101011111110101010110000001010000010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABFA; }

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

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

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

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

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

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

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

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