#C5ACFA

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

Shades of Melrose #C5ACFA

Tints of Melrose #C5ACFA

Color information

#C5ACFA (or 0xC5ACFA) is unknown color: approx Melrose. HEX triplet: C5, AC and FA. RGB value is (197,172,250). Sum of RGB (Red+Green+Blue) = 197+172+250=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 172 (67.58% from 255 or 27.79% 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 #C5ACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ACFA is #3A5305. Grayscale: #BCBCBC. Windows color (decimal): -3822342 or 16428229. OLE color: 16428229.

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

Color convert

RGB197172250-
CMYK0.210.3100.02
HSL259.23º88.64%82.75%-
HSV(B)259.23º31.2%98.04%-
XYZ55.0348.2896.86-
YUV188.37162.78134.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.83%
GREEN value IS 172 (67.58% from 255) = 27.79%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=31.83%
G=27.79%
B=40.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971722500.210.3100.02259.2388.6482.75
HexC5ACFA151F021035953
Octal305254372253702403131123
Binary110001011010110011111010101011111101010000001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ACFA; }

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

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

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

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

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

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

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

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