#C0ACFA

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

Shades of Melrose #C0ACFA

Tints of Melrose #C0ACFA

Color information

#C0ACFA (or 0xC0ACFA) is unknown color: approx Melrose. HEX triplet: C0, AC and FA. RGB value is (192,172,250). Sum of RGB (Red+Green+Blue) = 192+172+250=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0ACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACFA is #3F5305. Grayscale: #BABABA. Windows color (decimal): -4150022 or 16428224. OLE color: 16428224.

HSL color Cylindrical-coordinate representation of color #C0ACFA: hue angle of 255.38º 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 #C0ACFA is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192172250-
CMYK0.230.3100.02
HSL255.38º88.64%82.75%-
HSV(B)255.38º31.2%98.04%-
XYZ53.7547.6196.8-
YUV186.87163.63131.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.27%
GREEN value IS 172 (67.58% from 255) = 28.01%
BLUE value IS 250 (98.05% from 255) = 40.72%
R=31.27%
G=28.01%
B=40.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921722500.230.3100.02255.3888.6482.75
HexC0ACFA171F02ff5953
Octal300254372273702377131123
Binary11000000101011001111101010111111110101111111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACFA; }

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

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

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

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

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

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

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

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