#c3aaf8

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

Shades of Melrose #C3AAF8

Tints of Melrose #C3AAF8

Color information

#C3AAF8 (or 0xC3AAF8) is unknown color: approx Melrose. HEX triplet: C3, AA and F8. RGB value is (195,170,248). Sum of RGB (Red+Green+Blue) = 195+170+248=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #C3AAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AAF8 is #3C5507. Grayscale: #BABABA. Windows color (decimal): -3953928 or 16296643. OLE color: 16296643.

HSL color Cylindrical-coordinate representation of color #C3AAF8: hue angle of 259.23º degrees, saturation: 0.85, 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 #C3AAF8 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB195170248-
CMYK0.210.3100.03
HSL259.23º84.78%81.96%-
HSV(B)259.23º31.45%97.25%-
XYZ53.8247.1395.07-
YUV186.37162.78134.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.81%
GREEN value IS 170 (66.80% from 255) = 27.73%
BLUE value IS 248 (97.27% from 255) = 40.46%
R=31.81%
G=27.73%
B=40.46%

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
Decimal1951702480.210.3100.03259.2384.7881.96
HexC3AAF8151F031035552
Octal303252370253703403125122
Binary110000111010101011111000101011111101110000001110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3aaf8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3aaf8; }

 p { color: rgb(195,170,248); }

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

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

 a { background-color: rgb(195,170,248); }

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

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

 span { border-color: rgb(195,170,248); }

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